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 {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user