From f39af5ac772028845eb622da33befa93c71fb3b3 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Thu, 22 Sep 2022 15:47:53 +0200 Subject: [PATCH] data/icons.h: add NEUTRINO_ICON_LOADER For usage as hint icon and indicator for detection as loader graphic which will be replaced picon within info, message and hint boxes. --- src/gui/widget/icons.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/widget/icons.h b/src/gui/widget/icons.h index 64d9b35f6..30ac1c527 100644 --- a/src/gui/widget/icons.h +++ b/src/gui/widget/icons.h @@ -311,4 +311,7 @@ #define NEUTRINO_ICON_MARKER_DIALOG_OFF "marker_dialog_off" #define NEUTRINO_ICON_MARKER_UPDATE_AVAILABLE "marker_update_available" +/* activity */ +# define NEUTRINO_ICON_LOADER "hourglass" + #endif /* __gui_widget_icons_h__ */