1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-15 14:13:01 +08:00
Commit Graph

3 Commits

  • Add "discard unsaved changes" operation to beatmap editor
    Apparently useful in modding workflows when you want to test out a few
    different variants of a thing.
    
    Re-uses `Ctrl-L` binding from stable. Some folks may argue that the
    dialog makes the hotkey pointless, but I really do want to protect
    users from accidental data loss, and also if you want to power through
    it quickly, you can hit the 1 key when the dialog shows, which will
    bypass the hold-to-activate period (which wasn't intentional, but so
    many people want a bypass at this point that we're probably keeping that
    behaviour for power users).