When any setting is changed, update the tab settings dict

This commit is contained in:
Micah Lee 2019-11-02 10:15:18 -07:00
parent 555ae9114f
commit f2d4bddc23
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
5 changed files with 57 additions and 3 deletions

View file

@ -130,7 +130,7 @@ class Tab(QtWidgets.QWidget):
"public": False,
"autostart_timer": False,
"autostop_timer": False,
"legacy_addresses": False,
"legacy": False,
"client_auth": False,
},
"share": {"autostop_sharing": True},