mirror of https://github.com/ppy/osu
Disable "save changes" button by default
This commit is contained in:
parent
11c8a2c16e
commit
776d9551e2
|
@ -57,6 +57,7 @@ public SaveChangesOverlay()
|
|||
Bottom = 10,
|
||||
},
|
||||
Action = saveChanges,
|
||||
Enabled = { Value = false },
|
||||
},
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue