We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ccd8b4 commit 6febbe7Copy full SHA for 6febbe7
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -13,7 +13,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
13
{
14
public class Settings : BaseModel, IHotkeySettings
15
16
- private string language = "en";
+ private string language = Constant.SystemLanguageCode;
17
private string _theme = Constant.DefaultTheme;
18
public string Hotkey { get; set; } = $"{KeyConstant.Alt} + {KeyConstant.Space}";
19
public string OpenResultModifiers { get; set; } = KeyConstant.Alt;
0 commit comments