Skip to content

Commit

Permalink
Change UseOSLanguage default value to true. Closes #39.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timthreetwelve committed Sep 27, 2023
1 parent 31b4776 commit 0310b20
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;
private bool _useOSLanguage = true;

[ObservableProperty]
private double _windowHeight = 650;
Expand Down

0 comments on commit 0310b20

Please sign in to comment.