Add drawer on the left.
This commit is contained in:
10
qml/main.qml
10
qml/main.qml
@@ -112,9 +112,9 @@ ApplicationWindow {
|
||||
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
spectralController.initiated.connect(function() {
|
||||
if (spectralController.accountCount == 0) stackView.push(loginPage)
|
||||
})
|
||||
}
|
||||
// Component.onCompleted: {
|
||||
// spectralController.initiated.connect(function() {
|
||||
// if (spectralController.accountCount == 0) stackView.push(loginPage)
|
||||
// })
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user