fix: actions Property zurück in PageHeader verschoben

- Lomiri.Components 1.3: actions ist Property von PageHeader, NICHT von Page
- Korrigiert: actions-Array gehört in PageHeader-Block

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
darklithium
2026-06-03 01:04:45 +02:00
parent d7a507179e
commit 581288c0e5
+9 -10
View File
@@ -61,17 +61,16 @@ MainView {
header: PageHeader { header: PageHeader {
title: "Fortune Cookie" title: "Fortune Cookie"
} actions: [
Action {
actions: [ iconName: "settings"
Action { text: "Einstellungen"
iconName: "settings" onTriggered: {
text: "Einstellungen" mainStack.currentIndex = 1;
onTriggered: { }
mainStack.currentIndex = 1;
} }
} ]
] }
// ============================================================ // ============================================================
// INITIALISIERUNGS-TIMER // INITIALISIERUNGS-TIMER