mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
removed code from OsuGameBase for fullscreen.....OsuSetting still exists but cannot figure out a way to set it to a default and have it actually work
This commit is contained in:
@ -126,7 +126,7 @@ namespace osu.Game
|
||||
|
||||
private Bindable<int> configSkin;
|
||||
|
||||
private Bindable<WindowMode> windowMode;
|
||||
// private Bindable<WindowMode> windowMode;
|
||||
|
||||
private readonly string[] args;
|
||||
|
||||
@ -573,8 +573,8 @@ namespace osu.Game
|
||||
|
||||
dependencies.CacheAs(idleTracker = new GameIdleTracker(6000));
|
||||
|
||||
windowMode = LocalConfig.GetBindable<WindowMode>(OsuSetting.WindowSetting);
|
||||
frameworkConfig.GetBindable<WindowMode>(FrameworkSetting.WindowMode).Value = windowMode.Value;
|
||||
// windowMode = LocalConfig.GetBindable<WindowMode>(OsuSetting.WindowSetting);
|
||||
// frameworkConfig.GetBindable<WindowMode>(FrameworkSetting.WindowMode).Value = windowMode.Value;
|
||||
|
||||
AddRange(new Drawable[]
|
||||
{
|
||||
|
Reference in New Issue
Block a user