lastCheckedQt setting was impossible to clean from UI
This commit is contained in:
parent
2e8f8675d7
commit
3b90d6f34c
@ -1050,6 +1050,7 @@ class ConfigDialog(QtWidgets.QDialog):
|
||||
settings = QSettings("Syncplay", "Interface")
|
||||
settings.beginGroup("Update")
|
||||
settings.setValue("lastChecked", None)
|
||||
settings.setValue("lastCheckedQt", None)
|
||||
settings.endGroup()
|
||||
settings.beginGroup("PublicServerList")
|
||||
settings.setValue("publicServers", None)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user