From 493fb9b6861e558a92401bec0e33afd6afd020b4 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 8 Apr 2026 10:19:03 +0200 Subject: [PATCH] fix more member overrides base object member warning --- .../ii/modules/hefty/topLayer/bar/HBarGroupContainer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/HBarGroupContainer.qml b/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/HBarGroupContainer.qml index 90b37f840..bfbc8e5ba 100644 --- a/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/HBarGroupContainer.qml +++ b/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/HBarGroupContainer.qml @@ -12,7 +12,7 @@ Item { property alias color: bg.color property real margins: 4 property real padding: 4 - default property alias data: layout.data + default property alias groupData: layout.data readonly property bool vertical: C.Config.options.bar.vertical readonly property bool m3eRadius: C.Config.options.hefty.bar.m3ExpressiveGrouping