Move post-update notification logic to UpdateManager base class

This commit is contained in:
Dean Herbert
2019-09-24 18:03:01 +09:00
parent 79b64bdaa1
commit 42b6041763
5 changed files with 78 additions and 65 deletions

View File

@ -17,6 +17,7 @@ using osu.Framework.Logging;
using osu.Framework.Platform.Windows;
using osu.Framework.Screens;
using osu.Game.Screens.Menu;
using osu.Game.Updater;
namespace osu.Desktop
{