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:
parent
b8d9a7dc07
commit
d1775042b1
2 changed files with 39 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue