mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-30 03:42:28 -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
76d109747e
commit
de57a2ce55
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