mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Move some style code to lib_ui.
This commit is contained in:
@@ -445,7 +445,7 @@ void Launcher::processArguments() {
|
||||
if (scaleKey.size() > 0) {
|
||||
const auto value = scaleKey[0].toInt();
|
||||
gConfigScale = ((value < 75) || (value > 300))
|
||||
? kInterfaceScaleAuto
|
||||
? style::kScaleAuto
|
||||
: value;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user