diff options
author | Bradley Sepos <[email protected]> | 2018-02-01 01:37:58 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-03-17 17:01:55 -0400 |
commit | 6e044c7715aabdc681a6b4f8c33d141712433cc9 (patch) | |
tree | f0a0c1b5502f4d745f2b387c8e5d45306963afee /macosx/HBController.h | |
parent | cb4e6cfd256488910ef8be784d2654204c607ee9 (diff) |
MacGUI: Add Delete item to Presets menu.
Diffstat (limited to 'macosx/HBController.h')
-rw-r--r-- | macosx/HBController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBController.h b/macosx/HBController.h index 0334a012e..b93fefb24 100644 --- a/macosx/HBController.h +++ b/macosx/HBController.h @@ -40,6 +40,7 @@ - (IBAction)showAddPresetPanel:(id)sender; - (IBAction)selectDefaultPreset:(id)sender; +- (IBAction)deletePreset:(id)sender; - (IBAction)reloadPreset:(id)sender; |