mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 06:52:53 +08:00
Merge pull request #12163 from owen-young/default-fullscreen
This commit is contained in:
commit
93921af82d
@ -531,6 +531,13 @@ namespace osu.Game
|
|||||||
SentryLogger.Dispose();
|
SentryLogger.Dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override IDictionary<FrameworkSetting, object> GetFrameworkConfigDefaults()
|
||||||
|
=> new Dictionary<FrameworkSetting, object>
|
||||||
|
{
|
||||||
|
// General expectation that osu! starts in fullscreen by default (also gives the most predictable performance)
|
||||||
|
{ FrameworkSetting.WindowMode, WindowMode.Fullscreen }
|
||||||
|
};
|
||||||
|
|
||||||
protected override void LoadComplete()
|
protected override void LoadComplete()
|
||||||
{
|
{
|
||||||
base.LoadComplete();
|
base.LoadComplete();
|
||||||
|
Loading…
Reference in New Issue
Block a user