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:
darklithium
2026-06-03 00:34:32 +02:00
parent f82cbf40c9
commit 348f7bdf62
+1 -2
View File
@@ -61,8 +61,8 @@ MainView {
header: PageHeader { header: PageHeader {
title: "Fortune Cookie" title: "Fortune Cookie"
}
// Einstellungen-Button im Header
actions: [ actions: [
Action { Action {
iconName: "settings" iconName: "settings"
@@ -72,7 +72,6 @@ MainView {
} }
} }
] ]
}
// ============================================================ // ============================================================
// INITIALISIERUNGS-TIMER // INITIALISIERUNGS-TIMER