summaryrefslogtreecommitdiff
path: root/editor/editor_toaster.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_toaster.h')
-rw-r--r--editor/editor_toaster.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_toaster.h b/editor/editor_toaster.h
index acd2a8fbf3..6b834f8288 100644
--- a/editor/editor_toaster.h
+++ b/editor/editor_toaster.h
@@ -79,6 +79,8 @@ private:
String message;
String tooltip;
int count = 0;
+ Label *message_label = nullptr;
+ Label *message_count_label = nullptr;
};
HashMap<Control *, Toast> toasts;