Skip to content

Commit

Permalink
Fix: translatedName for BooleanHotkeyd
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Jul 11, 2024
1 parent 20eb968 commit d7a49bd
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ public IKeybind getKeybind()
return this.keybind;
}

@Override
public ConfigBooleanHotkeyed translatedName(String translatedName)
{
return (ConfigBooleanHotkeyed) super.translatedName(translatedName);
}

@Override
public boolean isModified()
{
Expand Down

0 comments on commit d7a49bd

Please sign in to comment.