Skip to content

Commit

Permalink
change link color
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsumoto-ren committed Feb 29, 2024
1 parent 6481ee5 commit 7a74130
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rp4/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,9 @@ def init_ui(self):
self.base_url_field.setText(self.chatgpt_client.globals.base_url)
self.base_url_field.editingFinished.connect(self.update_base_url)
settings_layout.addWidget(
ql := QLabel('Base URL (<a href="https://rentry.org/desudeliveryservice">find URLs</a>):')
ql := QLabel(
'Base URL (<a style="color: royalblue;" href="https://rentry.org/desudeliveryservice">find URLs</a>):'
)
)
ql.setOpenExternalLinks(True)
settings_layout.addWidget(self.base_url_field)
Expand Down

0 comments on commit 7a74130

Please sign in to comment.