diff --git a/qml/Main.qml b/qml/Main.qml index 8b09251..3451d1d 100644 --- a/qml/Main.qml +++ b/qml/Main.qml @@ -61,17 +61,16 @@ MainView { header: PageHeader { title: "Fortune Cookie" - } - - actions: [ - Action { - iconName: "settings" - text: "Einstellungen" - onTriggered: { - mainStack.currentIndex = 1; + actions: [ + Action { + iconName: "settings" + text: "Einstellungen" + onTriggered: { + mainStack.currentIndex = 1; + } } - } - ] + ] + } // ============================================================ // INITIALISIERUNGS-TIMER