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:
@@ -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,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user