From 581288c0e5281f825a3d9fb3d2142f537a607e57 Mon Sep 17 00:00:00 2001 From: darklithium Date: Wed, 3 Jun 2026 01:04:45 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20actions=20Property=20zur=C3=BCck=20in=20?= =?UTF-8?q?PageHeader=20verschoben=20-=20Lomiri.Components=201.3:=20action?= =?UTF-8?q?s=20ist=20Property=20von=20PageHeader,=20NICHT=20von=20Page=20-?= =?UTF-8?q?=20Korrigiert:=20actions-Array=20geh=C3=B6rt=20in=20PageHeader-?= =?UTF-8?q?Block?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- qml/Main.qml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/qml/Main.qml b/qml/Main.qml index 8b09251..3451d1d 100644 --- a/qml/Main.qml +++ b/qml/Main.qml @@ -61,17 +61,16 @@ MainView { header: PageHeader { title: "Fortune Cookie" - } - - actions: [ - Action { - iconName: "settings" - text: "Einstellungen" - onTriggered: { - mainStack.currentIndex = 1; + actions: [ + Action { + iconName: "settings" + text: "Einstellungen" + onTriggered: { + mainStack.currentIndex = 1; + } } - } - ] + ] + } // ============================================================ // INITIALISIERUNGS-TIMER