mirror of
https://github.com/osukey/osukey.git
synced 2025-05-03 20:57:28 +09:00
Add true to BindValueChanged call to hide resolution dropdown when starting in windowed mode
This commit is contained in:
parent
1fe5ed5524
commit
6c55efdf20
@ -102,7 +102,7 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
resolutionDropdown.Hide();
|
resolutionDropdown.Hide();
|
||||||
});
|
}, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
letterboxing.BindValueChanged(isVisible =>
|
letterboxing.BindValueChanged(isVisible =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user