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 {
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