From 9ac3caa5b5295f83adb5c0c1946f9e433f804b01 Mon Sep 17 00:00:00 2001 From: michael starke Date: Mon, 18 Sep 2017 11:21:15 +0200 Subject: [PATCH] extended action enum --- MacPass/MPActionHelper.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MacPass/MPActionHelper.h b/MacPass/MPActionHelper.h index c1475247..d561acbc 100644 --- a/MacPass/MPActionHelper.h +++ b/MacPass/MPActionHelper.h @@ -46,7 +46,8 @@ typedef NS_ENUM(NSUInteger, MPActionType) { MPActionShowEntryHistory, // show history MPActionHideEntryHistory, // exit history MPActionPerformAutotypeForSelectedEntry, // Perform Autotype for selected Entry - MPActionRemoveAttachment // Remove an attachment + MPActionRemoveAttachment, // Remove an attachment + MPActionDeleteCustomIcon // delte a custom icon }; /** * Helper to retrieve commonly used actions