Skip to content

Commit

Permalink
Revert change to UseOSLanguage default #48
Browse files Browse the repository at this point in the history
  • Loading branch information
Timthreetwelve committed Oct 1, 2023
1 parent c0f9f17 commit 5b58cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WUView/Configuration/UserSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public partial class UserSettings : ConfigManager<UserSettings>
private ThemeType _uITheme = ThemeType.System;

[ObservableProperty]
private bool _useOSLanguage = true;
private bool _useOSLanguage;

[ObservableProperty]
private double _windowHeight = 650;
Expand Down

0 comments on commit 5b58cd5

Please sign in to comment.