Sync to upstream
This commit is contained in:
parent
25ef712cba
commit
91b63bfef5
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,7 @@ import "./lib/API.js" as Logic
|
|||
ApplicationWindow
|
||||
{
|
||||
id: appWindow
|
||||
//initialPage: Component { FirstPage { } }
|
||||
cover: Qt.resolvedUrl("cover/CoverPage.qml")
|
||||
allowedOrientations: defaultAllowedOrientations
|
||||
Component.onCompleted: {
|
||||
|
@ -58,6 +59,9 @@ ApplicationWindow
|
|||
pageStack.push(Qt.resolvedUrl("./pages/MainPage.qml"), {})
|
||||
});
|
||||
|
||||
//
|
||||
//
|
||||
//pageStack.push(Qt.resolvedUrl("./pages/Conversation.qml"), {})
|
||||
} else {
|
||||
pageStack.push(Qt.resolvedUrl("./pages/LoginPage.qml"), {})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue