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

QML: Added busyindicator popup when creating a screen

This commit is contained in:
Bumsik Kim 2018-05-07 21:57:57 -04:00
parent b8d9a7dc07
commit d1775042b1
2 changed files with 39 additions and 1 deletions

View file

@ -350,6 +350,7 @@ class Backend(QObject):
print("Deleting the Virtual Screen...")
if self.vncState != VNCState.OFF.value:
print("Turn off the VNC server first")
self.virtScreenCreated = True
return
self.xrandr.delete_virtual_screen()
self.virtScreenCreated = False