initialstart: Don't fullscreen the window

Potential workaround for #265
This commit is contained in:
Devin Lin 2023-11-16 23:57:44 -08:00
parent c7c44107a6
commit b21e6fbf1c
2 changed files with 1 additions and 23 deletions

View file

@ -111,28 +111,6 @@ Kirigami.Page {
}
}
// top status bar
MobileShell.StatusBar {
id: statusBar
z: 1
Kirigami.Theme.inherit: false
Kirigami.Theme.colorSet: Kirigami.Theme.Complementary
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
height: Kirigami.Units.gridUnit * 1.25
backgroundColor: "transparent"
showSecondRow: false
showDropShadow: true
showTime: true
disableSystemTray: true // prevent SIGABRT, since loading the system tray leads to bad... things
}
LandingComponent {
id: landingComponent
anchors.fill: parent

View file

@ -14,7 +14,7 @@ Kirigami.ApplicationWindow {
width: 360
height: 720
visibility: InitialStart.Wizard.testingMode ? "Windowed" : "FullScreen"
visibility: "Windowed"
title: i18n("Initial Start")