Skip to content

Commit

Permalink
Merge pull request #7 from Siketyan/hotfix
Browse files Browse the repository at this point in the history
1.3.2
  • Loading branch information
siketyan authored Dec 28, 2017
2 parents 0373e43 + 6485583 commit fb2b568
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,16 @@ private async void InitAsync(object sender, RoutedEventArgs e)
return;
}
}
else
{
MessageBox.Show(
"既定の場所にosu!フォルダが見つかりませんでした。設定画面で手動設定してください。",
"osu! Player"
);

new SettingsWindow { Owner = this }.ShowDialog();
return;
}
}

if (settings.UseSplashScreen)
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.1.13")]
[assembly: AssemblyFileVersion("1.3.1.13")]
[assembly: AssemblyVersion("1.3.2.14")]
[assembly: AssemblyFileVersion("1.3.2.14")]
[assembly: Guid("05EA8BF5-DA65-4EF0-BE35-B5CE28169F5E")]

0 comments on commit fb2b568

Please sign in to comment.