From 712118e9eef2c60b0868484d924a948b5402aeeb Mon Sep 17 00:00:00 2001 From: Adam Pigg Date: Wed, 15 Nov 2023 19:44:45 +0000 Subject: [PATCH] Fix silica PageMenuItemPL when using new icon property --- ui/qml/components/platform.silica/PageMenuItemPL.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/qml/components/platform.silica/PageMenuItemPL.qml b/ui/qml/components/platform.silica/PageMenuItemPL.qml index fa45a2c6..7f05ef0c 100644 --- a/ui/qml/components/platform.silica/PageMenuItemPL.qml +++ b/ui/qml/components/platform.silica/PageMenuItemPL.qml @@ -21,4 +21,5 @@ import Sailfish.Silica 1.0 MenuItem { property string iconName // compatibility with other platforms + property string iconSource // compatibility with other platforms }