mirror of
https://github.com/tnodir/fort
synced 2024-11-15 03:46:13 +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("confFlags/blockInetTraffic", cacheValue("confFlags/blockInetTraffic"));
|
||||||
ini()->setValue("quota/blockInetTraffic", cacheValue("quota/blockInetTraffic"));
|
ini()->setValue("quota/blockInetTraffic", cacheValue("quota/blockInetTraffic"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// COMPAT: v3.14.9: .ini ~> .user.ini
|
||||||
|
if (version < 0x031409) {
|
||||||
|
removeIniKey("graphWindow");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
QStringList FortSettings::unlockTypeStrings()
|
QStringList FortSettings::unlockTypeStrings()
|
||||||
|
@ -69,20 +69,6 @@ void UserSettings::migrateIniOnWrite()
|
|||||||
removeIniKey("confFlags");
|
removeIniKey("confFlags");
|
||||||
removeIniKey("stat");
|
removeIniKey("stat");
|
||||||
removeIniKey("quota");
|
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("optWindow/statSplit");
|
||||||
removeIniKey("connWindow");
|
removeIniKey("connWindow");
|
||||||
ini()->setValue("statWindow/geometry", cacheValue("statWindow/geometry"));
|
ini()->setValue("statWindow/geometry", cacheValue("statWindow/geometry"));
|
||||||
|
Loading…
Reference in New Issue
Block a user