mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Make Home, Settings and PlayMode buttons work.
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
using osu.Framework.Configuration;
|
||||
using osu.Game.GameModes.Play;
|
||||
using osu.Game.Online.API;
|
||||
|
||||
namespace osu.Game.Configuration
|
||||
@ -17,6 +18,8 @@ namespace osu.Game.Configuration
|
||||
Set(OsuConfig.Username, string.Empty);
|
||||
Set(OsuConfig.Password, string.Empty);
|
||||
Set(OsuConfig.Token, string.Empty);
|
||||
|
||||
Set(OsuConfig.PlayMode, PlayMode.Osu);
|
||||
}
|
||||
}
|
||||
|
||||
@ -27,6 +30,7 @@ namespace osu.Game.Configuration
|
||||
MouseSensitivity,
|
||||
Username,
|
||||
Password,
|
||||
Token
|
||||
Token,
|
||||
PlayMode
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user