Change system language code to lowercase

This commit is contained in:
Jack251970 2025-01-06 19:20:47 +08:00
parent 6febbe719a
commit 46c2c1f668

View file

@ -53,6 +53,6 @@ namespace Flow.Launcher.Infrastructure
public const string GitHub = "https://github.com/Flow-Launcher/Flow.Launcher";
public const string Docs = "https://flowlauncher.com/docs";
public const string SystemLanguageCode = "System";
public const string SystemLanguageCode = "system";
}
}