1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00

Backend: Added VNC State Enum

This commit is contained in:
Bumsik Kim 2018-05-06 20:11:30 -04:00
parent 73c8f5fb7c
commit 7307a1111c
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
2 changed files with 18 additions and 5 deletions

View file

@ -195,7 +195,7 @@ ApplicationWindow {
RowLayout {
anchors.margins: spacing
Label {
text: "VNC Server Waiting."
text: backend.vncState
}
Item { Layout.fillWidth: true }
CheckBox {