fix: PageHeader actions zu Page actions verschoben
- actions-Property gehört in Page, nicht in PageHeader (Lomiri.Components Standard) Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
+10
-11
@@ -61,19 +61,18 @@ MainView {
|
|||||||
|
|
||||||
header: PageHeader {
|
header: PageHeader {
|
||||||
title: "Fortune Cookie"
|
title: "Fortune Cookie"
|
||||||
|
|
||||||
// Einstellungen-Button im Header
|
|
||||||
actions: [
|
|
||||||
Action {
|
|
||||||
iconName: "settings"
|
|
||||||
text: "Einstellungen"
|
|
||||||
onTriggered: {
|
|
||||||
mainStack.currentIndex = 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
actions: [
|
||||||
|
Action {
|
||||||
|
iconName: "settings"
|
||||||
|
text: "Einstellungen"
|
||||||
|
onTriggered: {
|
||||||
|
mainStack.currentIndex = 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
// ============================================================
|
// ============================================================
|
||||||
// INITIALISIERUNGS-TIMER
|
// INITIALISIERUNGS-TIMER
|
||||||
// ============================================================
|
// ============================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user