Skip to content

Commit 6febbe7

Browse files
committed
Use system language as default in settings
1 parent 3ccd8b4 commit 6febbe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
1313
{
1414
public class Settings : BaseModel, IHotkeySettings
1515
{
16-
private string language = "en";
16+
private string language = Constant.SystemLanguageCode;
1717
private string _theme = Constant.DefaultTheme;
1818
public string Hotkey { get; set; } = $"{KeyConstant.Alt} + {KeyConstant.Space}";
1919
public string OpenResultModifiers { get; set; } = KeyConstant.Alt;

0 commit comments

Comments
 (0)