mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
Add parameter hint for optional bool
value
This commit is contained in:
parent
9c954a93e3
commit
5ca5f04794
@ -147,7 +147,7 @@ namespace osu.Game.Overlays.SkinEditor
|
|||||||
|
|
||||||
if (skinEditor == null) return;
|
if (skinEditor == null) return;
|
||||||
|
|
||||||
skinEditor.Save(false);
|
skinEditor.Save(userTriggered: false);
|
||||||
|
|
||||||
// ensure the toolbar is re-hidden even if a new screen decides to try and show it.
|
// ensure the toolbar is re-hidden even if a new screen decides to try and show it.
|
||||||
updateComponentVisibility();
|
updateComponentVisibility();
|
||||||
|
Loading…
Reference in New Issue
Block a user