From 1f0033ba34ae4d06af5543a7369dba497f7fe67a Mon Sep 17 00:00:00 2001 From: darklithium Date: Wed, 3 Jun 2026 01:10:36 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20PageHeader=20actions=20=E2=86=92=20trail?= =?UTF-8?q?ingActionBar.actions=20-=20Ubuntu=20Touch=2024.04:=20actions-Pr?= =?UTF-8?q?operty=20existiert=20nicht=20direkt=20in=20PageHeader=20-=20L?= =?UTF-8?q?=C3=B6sung:=20trailingActionBar.actions=20verwenden=20(wie=20in?= =?UTF-8?q?=20metime=20App)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- qml/Main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/Main.qml b/qml/Main.qml index 3451d1d..0f90d45 100644 --- a/qml/Main.qml +++ b/qml/Main.qml @@ -61,7 +61,7 @@ MainView { header: PageHeader { title: "Fortune Cookie" - actions: [ + trailingActionBar.actions: [ Action { iconName: "settings" text: "Einstellungen"