do not export message/last_id setting
This commit is contained in:
@@ -24,6 +24,7 @@ class Settings(QtCore.QSettings):
|
|||||||
if not ( # skip settings that might not translate well between platforms
|
if not ( # skip settings that might not translate well between platforms
|
||||||
isinstance(self.value(key), QtCore.QByteArray)
|
isinstance(self.value(key), QtCore.QByteArray)
|
||||||
or key == "settings/export_path"
|
or key == "settings/export_path"
|
||||||
|
or key == "message/last_id"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user