Skip to content

Commit eb3da1e

Browse files
authored
Merge pull request #4519 from Flow-Launcher/system_language
Fix incorrect system language
2 parents 447fbea + 9721804 commit eb3da1e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Flow.Launcher.Core/Resource/Internationalization.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public static void InitSystemLanguageCode()
5959
string.Equals(languageCode, fullName, StringComparison.OrdinalIgnoreCase))
6060
{
6161
SystemLanguageCode = languageCode;
62+
return;
6263
}
6364
}
6465

0 commit comments

Comments
 (0)