diff --git a/qml/Main.qml b/qml/Main.qml index 74f4315..8b09251 100644 --- a/qml/Main.qml +++ b/qml/Main.qml @@ -61,19 +61,18 @@ MainView { header: PageHeader { 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 // ============================================================