diff --git a/src/app/main.qml b/src/app/main.qml --- a/src/app/main.qml +++ b/src/app/main.qml @@ -22,8 +22,8 @@ import "." as App Kirigami.ApplicationWindow { + id: root title: i18n("KDE Itinerary") - reachableModeEnabled: false width: 480 height: 720 @@ -35,6 +35,8 @@ globalDrawer: Kirigami.GlobalDrawer { title: i18n("KDE Itinerary") titleIcon: "map-symbolic" + modal: !root.wideScreen + handleVisible: !root.wideScreen actions: [ Kirigami.Action { text: i18n("Import...")