From 5f56fc11564e0cfeca9fb49e80e7e345b48b9ebd Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Fri, 19 Jan 2024 17:45:47 -0500 Subject: [PATCH] Add icon for notification state menu In Qt6 we can (finally) add icons to QQC Menus! --- src/qml/ContextMenu.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/ContextMenu.qml b/src/qml/ContextMenu.qml index abc96ed1c..848f2c5fd 100644 --- a/src/qml/ContextMenu.qml +++ b/src/qml/ContextMenu.qml @@ -70,6 +70,7 @@ Loader { QQC2.Menu { title: i18n("Notification State") + icon.name: "notifications" QQC2.MenuItem { text: i18n("Follow Global Setting")