Skip to content

Commit

Permalink
Rename the button.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Aug 18, 2024
1 parent c8df918 commit f117019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps.Lyrics.Content.Compose.Toolbar.Carets;

public abstract partial class MoveToCaretPositionButton : KeyActionButton
public abstract partial class MoveToCaretPositionButton : ToolbarEditActionButton
{
protected abstract MovingCaretAction AcceptAction { get; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps.Lyrics.Content.Compose
/// <summary>
/// Button that able to receive the <see cref="KaraokeEditAction"/> event.
/// </summary>
public abstract partial class KeyActionButton : ToolbarButton, IKeyBindingHandler<KaraokeEditAction>, IHasIKeyBindingHandlerOrder
public abstract partial class ToolbarEditActionButton : ToolbarButton, IKeyBindingHandler<KaraokeEditAction>, IHasIKeyBindingHandlerOrder
{
protected abstract KaraokeEditAction EditAction { get; }

Expand Down

0 comments on commit f117019

Please sign in to comment.