1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00

Disable "save changes" button by default

This commit is contained in:
Salman Ahmed 2022-07-14 04:16:25 +03:00
parent 11c8a2c16e
commit 776d9551e2

View File

@ -57,6 +57,7 @@ namespace osu.Game.Tournament
Bottom = 10,
},
Action = saveChanges,
Enabled = { Value = false },
},
}
};