notifs: add ICON_OK to icons

This commit is contained in:
vaxerski
2023-03-20 15:49:46 +00:00
parent e2923a9385
commit dd4270eadf
2 changed files with 11 additions and 6 deletions

View File

@@ -7,5 +7,6 @@ enum eIcons
ICON_HINT,
ICON_ERROR,
ICON_CONFUSED,
ICON_OK,
ICON_NONE
};