mirror of
https://github.com/tnodir/fort
synced 2024-11-14 22:05:12 +00:00
UI: FortSettings: Move "graphWindow" options to IniUser
This commit is contained in:
parent
7d20cd6f0d
commit
3019d237c6
@ -574,6 +574,11 @@ void FortSettings::migrateIniOnWrite()
|
||||
ini()->setValue("confFlags/blockInetTraffic", cacheValue("confFlags/blockInetTraffic"));
|
||||
ini()->setValue("quota/blockInetTraffic", cacheValue("quota/blockInetTraffic"));
|
||||
}
|
||||
|
||||
// COMPAT: v3.14.9: .ini ~> .user.ini
|
||||
if (version < 0x031409) {
|
||||
removeIniKey("graphWindow");
|
||||
}
|
||||
}
|
||||
|
||||
QStringList FortSettings::unlockTypeStrings()
|
||||
|
@ -69,20 +69,6 @@ void UserSettings::migrateIniOnWrite()
|
||||
removeIniKey("confFlags");
|
||||
removeIniKey("stat");
|
||||
removeIniKey("quota");
|
||||
removeIniKey("graphWindow/alwaysOnTop");
|
||||
removeIniKey("graphWindow/frameless");
|
||||
removeIniKey("graphWindow/clickThrough");
|
||||
removeIniKey("graphWindow/hideOnHover");
|
||||
removeIniKey("graphWindow/opacity");
|
||||
removeIniKey("graphWindow/hoverOpacity");
|
||||
removeIniKey("graphWindow/maxSeconds");
|
||||
removeIniKey("graphWindow/color");
|
||||
removeIniKey("graphWindow/colorIn");
|
||||
removeIniKey("graphWindow/colorOut");
|
||||
removeIniKey("graphWindow/axisColor");
|
||||
removeIniKey("graphWindow/tickLabelColor");
|
||||
removeIniKey("graphWindow/labelColor");
|
||||
removeIniKey("graphWindow/gridColor");
|
||||
removeIniKey("optWindow/statSplit");
|
||||
removeIniKey("connWindow");
|
||||
ini()->setValue("statWindow/geometry", cacheValue("statWindow/geometry"));
|
||||
|
Loading…
Reference in New Issue
Block a user