Skip to content

Commit

Permalink
Update AppSettings.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Nov 22, 2023
1 parent f3a8b07 commit 1de26f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/ui/elements/AppSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Settings {
property double global_scale: 1.0
// Set a custom font dpi instead of QT high dpi auto scaling.
// Requires restart to be applied
property int screen_custom_font_dpi: 100
property int screen_custom_font_dpi: 0

// Dirty, rotate everything even though that can create issues
property int general_screen_rotation: 0
Expand Down

0 comments on commit 1de26f7

Please sign in to comment.