lastCheckedQt setting was impossible to clean from UI

This commit is contained in:
alby128 2017-11-21 22:28:06 +01:00
parent 2e8f8675d7
commit 3b90d6f34c

View File

@ -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)