mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-28 00:55:40 -04:00
After you start a server in a tab, you can't change legacy/client auth settings, because this would require changing the saved onion key
This commit is contained in:
parent
48070409f7
commit
5b6d986951
2 changed files with 13 additions and 0 deletions
|
@ -225,6 +225,8 @@ class ServerStatus(QtWidgets.QWidget):
|
|||
self.copy_url_button.hide()
|
||||
self.copy_hidservauth_button.hide()
|
||||
|
||||
self.mode_settings_widget.update_ui()
|
||||
|
||||
# Button
|
||||
if (
|
||||
self.mode == self.common.gui.MODE_SHARE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue