diff options
author | Rodeo314 <[email protected]> | 2018-02-02 04:57:52 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-03-17 17:01:56 -0400 |
commit | d1a3d95ee19797180a88e3013015c9f1696a6429 (patch) | |
tree | 4d53d2c8f03f448237f37f9f98cf0b6bd66dbc32 /macosx/HBController.h | |
parent | afc34ed12e616dfc3f86f80c7e5e1ba03fb53e2a (diff) |
MacGUI: Add Rename Preset dialog.
@BradleyS thanks @Rodeo314 for his help with this.
Diffstat (limited to 'macosx/HBController.h')
-rw-r--r-- | macosx/HBController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBController.h b/macosx/HBController.h index b93fefb24..f650a5bf0 100644 --- a/macosx/HBController.h +++ b/macosx/HBController.h @@ -38,8 +38,10 @@ // Manage User presets - (IBAction)showAddPresetPanel:(id)sender; +- (IBAction)showRenamePresetPanel:(id)sender; - (IBAction)selectDefaultPreset:(id)sender; +- (IBAction)renamePreset:(id)sender; - (IBAction)deletePreset:(id)sender; - (IBAction)reloadPreset:(id)sender; |