mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 02:32:58 -03:00
Merge pull request #1450 from mig5/fix_persistent_chat_mode_load
Correctly load a persistent Chat tab
This commit is contained in:
commit
1b259a208d
1 changed files with 2 additions and 0 deletions
|
@ -243,6 +243,8 @@ class Tab(QtWidgets.QWidget):
|
|||
elif mode == "website":
|
||||
self.filenames = self.settings.get("website", "filenames")
|
||||
self.website_mode_clicked()
|
||||
elif mode == "chat":
|
||||
self.chat_mode_clicked()
|
||||
else:
|
||||
# This is a new tab
|
||||
self.settings = ModeSettings(self.common)
|
||||
|
|
Loading…
Add table
Reference in a new issue