Skip to content

Commit

Permalink
app: fix startup language
Browse files Browse the repository at this point in the history
  • Loading branch information
nomi-san committed Jun 6, 2024
1 parent c584dde commit 8b85aea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ protected override void OnStartup(StartupEventArgs e)
{
window.Show();
}

SetLanguage(Config.Language, false);
}

public static class BamlReader
Expand Down

0 comments on commit 8b85aea

Please sign in to comment.