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:
+9
-10
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user