Add more event types in eventToString().

Move eventToString() to SpectralRoom.
This commit is contained in:
Black Hat
2019-04-21 12:41:53 +08:00
parent fae602e7df
commit de3a8b9b69
8 changed files with 270 additions and 556 deletions

View File

@@ -168,6 +168,15 @@ ApplicationWindow {
}
}
Dialog {
anchors.centerIn: parent
width: 200
height: 300
id: settingsDialog
}
SplitView {
anchors.fill: parent
@@ -212,9 +221,9 @@ ApplicationWindow {
window.hide()
}
Component.onCompleted: {
spectralController.initiated.connect(function() {
if (spectralController.accountCount == 0) loginDialog.open()
})
}
Component.onCompleted: {
spectralController.initiated.connect(function() {
if (spectralController.accountCount == 0) loginDialog.open()
})
}
}