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:
parent
73c8f5fb7c
commit
7307a1111c
2 changed files with 18 additions and 5 deletions
2
main.qml
2
main.qml
|
|
@ -195,7 +195,7 @@ ApplicationWindow {
|
|||
RowLayout {
|
||||
anchors.margins: spacing
|
||||
Label {
|
||||
text: "VNC Server Waiting."
|
||||
text: backend.vncState
|
||||
}
|
||||
Item { Layout.fillWidth: true }
|
||||
CheckBox {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue