2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Enable the new experimental setting for Linux

This commit is contained in:
Ilya Fedin
2023-01-12 19:05:56 +04:00
committed by John Preston
parent 39075538fb
commit 241be89e5c
3 changed files with 2 additions and 4 deletions

View File

@@ -277,7 +277,7 @@ base::options::toggle OptionFractionalScalingEnabled({
.id = kOptionFractionalScalingEnabled,
.name = "Enable precise High DPI scaling",
.description = "Follow system interface scale settings exactly.",
.scope = base::options::windows,
.scope = base::options::windows | base::options::linux,
.restartRequired = true,
});