mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix auto interface scale by primary screen dpi.
This commit is contained in:
@@ -1383,7 +1383,7 @@ bool _readSetting(quint32 blockId, QDataStream &stream, int version, ReadSetting
|
||||
case kOneAndHalf: return 150;
|
||||
case kTwo: return 200;
|
||||
}
|
||||
return cRealScale();
|
||||
return cConfigScale();
|
||||
}());
|
||||
} break;
|
||||
|
||||
|
Reference in New Issue
Block a user