do not export message/last_id setting

This commit is contained in:
dries.k
2022-04-05 12:54:24 +02:00
parent d09431f6ad
commit baefe5cac5

View File

@@ -24,6 +24,7 @@ class Settings(QtCore.QSettings):
if not ( # skip settings that might not translate well between platforms
isinstance(self.value(key), QtCore.QByteArray)
or key == "settings/export_path"
or key == "message/last_id"
)
}