mirror of
https://github.com/ppy/osu.git
synced 2026-06-07 00:04:29 +08:00
Add parameter hint for optional bool value
This commit is contained in:
@@ -147,7 +147,7 @@ namespace osu.Game.Overlays.SkinEditor
|
||||
|
||||
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.
|
||||
updateComponentVisibility();
|
||||
|
||||
Reference in New Issue
Block a user