mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-02-12 11:21:53 +00:00
Fixed: 'StopVNC() called' prompt when clicking Display Setting button
This commit is contained in:
parent
90894d3c41
commit
ca5af0235a
1 changed files with 1 additions and 1 deletions
|
@ -110,6 +110,7 @@ ColumnLayout {
|
|||
window.autoClose = false;
|
||||
if (backend.vncState != Backend.OFF) {
|
||||
console.log("vnc is running");
|
||||
backend.stopVNC();
|
||||
var restoreVNC = true;
|
||||
if (autostart) {
|
||||
autostart = false;
|
||||
|
@ -126,7 +127,6 @@ ColumnLayout {
|
|||
backend.startVNC(settings.vnc.port);
|
||||
}
|
||||
});
|
||||
backend.stopVNC();
|
||||
backend.openDisplaySetting();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue