new font???

This commit is contained in:
Zacharias-Brohn
2025-11-25 13:01:27 +01:00
parent 91a4f95fd0
commit 6a4479b8a3
18 changed files with 161 additions and 278 deletions
+2 -1
View File
@@ -1,11 +1,12 @@
import QtQuick
import qs.Config
import qs.Helpers
import qs.Components
Item {
implicitWidth: 20
implicitHeight: 18
Text {
MaterialIcon {
id: notificationCenterIcon
property color iconColor: Config.useDynamicColors ? DynamicColors.palette.m3tertiaryFixed : "white"
text: HasNotifications.hasNotifications ? "\uf4fe" : "\ue7f4"