From 33e8ecf569ce54d233f50acbcbadb9faacf6b9f9 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Tue, 27 Sep 2022 23:58:23 +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. Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/438a4f910fc2f352970805f8ed22378615d7fe8d Author: Thilo Graf Date: 2022-09-27 (Tue, 27 Sep 2022) ------------------ This commit was generated by Migit --- 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 bcc357127..0b11aeeb4 100644 --- a/src/gui/widget/icons.h +++ b/src/gui/widget/icons.h @@ -314,6 +314,9 @@ #define NEUTRINO_ICON_MARKER_DIALOG_OFF "marker_dialog_off" #define NEUTRINO_ICON_MARKER_UPDATE_AVAILABLE "marker_update_available" +/* activity */ +# define NEUTRINO_ICON_LOADER "hourglass" + //NI #define NEUTRINO_ICON_HINT_IMAGELOGO "hint_imagelogo" #define NEUTRINO_ICON_HINT_VTXT "hint_vtxt"