mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-15 17:40:41 -04:00
Make the server button and URL display much nicer, and replace string "URL" with "address" for usability
This commit is contained in:
parent
f23e2a8a90
commit
24a672dac9
3 changed files with 53 additions and 21 deletions
|
@ -128,7 +128,7 @@ class OnionShareGui(QtWidgets.QMainWindow):
|
|||
|
||||
# Primary action layout
|
||||
primary_action_layout = QtWidgets.QVBoxLayout()
|
||||
primary_action_layout.addLayout(self.server_status)
|
||||
primary_action_layout.addWidget(self.server_status)
|
||||
primary_action_layout.addWidget(self.filesize_warning)
|
||||
primary_action_layout.addWidget(self.persistent_url_label)
|
||||
primary_action_layout.addWidget(self.downloads_container)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue