fix: PageHeader actions → trailingActionBar.actions
- Ubuntu Touch 24.04: actions-Property existiert nicht direkt in PageHeader - Lösung: trailingActionBar.actions verwenden (wie in metime App) Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ MainView {
|
|||||||
|
|
||||||
header: PageHeader {
|
header: PageHeader {
|
||||||
title: "Fortune Cookie"
|
title: "Fortune Cookie"
|
||||||
actions: [
|
trailingActionBar.actions: [
|
||||||
Action {
|
Action {
|
||||||
iconName: "settings"
|
iconName: "settings"
|
||||||
text: "Einstellungen"
|
text: "Einstellungen"
|
||||||
|
|||||||
Reference in New Issue
Block a user