Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiraSora committed Sep 28, 2024
1 parent 71baa2e commit 3842898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OngekiFumenEditor/AppBootstrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public async void ShowStartupGUI()
if (showSplashWindow)
await IoC.Get<IWindowManager>().ShowWindowAsync(IoC.Get<ISplashScreenWindow>());

if (ProgramSetting.Default.IsFirstTimeOpenEditor || true)
if (ProgramSetting.Default.IsFirstTimeOpenEditor)
{
if (MessageBox.Show(Resources.ShouldLoadSuggestLayout, Resources.Suggest, MessageBoxButton.YesNo) == MessageBoxResult.Yes)
{
Expand Down

0 comments on commit 3842898

Please sign in to comment.