1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 08:02:38 +08:00
Commit Graph

3 Commits

  • Improve bookmark controls
    - Bookmark menu items get disabled when they would do nothing.
    - Bookmark deletion only deletes the closest bookmark instead of all of
      them within the proximity of 2 seconds to current clock time. Action
      is only however *enabled* within 2 seconds of a bookmark.
    
    Additionally, logic was moved out of `Editor` because it's a huge class
    and I dislike huge classes if they can be at all avoided.