From 8a4042913bdbd1dd825f888d31794a2614b02fc7 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Tue, 9 Sep 2025 12:27:25 -0400 Subject: [PATCH] Bootstrap: make the icons map readonly --- Commons/Bootstrap.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commons/Bootstrap.qml b/Commons/Bootstrap.qml index 8df065c..459172c 100644 --- a/Commons/Bootstrap.qml +++ b/Commons/Bootstrap.qml @@ -41,7 +41,7 @@ Singleton { } } - property var icons: { + readonly property var icons: { "alarm-fill": "\uF101", "alarm": "\uF102", "align-bottom": "\uF103",