mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
Add Multi VNC tab handling in Superputty
This commit is contained in:
@@ -181,7 +181,7 @@ if sys.platform.startswith("win"):
|
||||
PRECONFIGURED_VNC_CONSOLE_COMMANDS = {
|
||||
'TightVNC (included with GNS3)': 'tvnviewer.exe {host}:{port}',
|
||||
'UltraVNC': r'"{}\uvnc bvba\UltraVNC\vncviewer.exe" {{host}}:{{port}}'.format(program_files)
|
||||
'SuperPutty': r'SuperPutty.exe -vnc {host}:{port}',
|
||||
'SuperPutty': r'SuperPutty.exe -vnc {host}::{port}',
|
||||
}
|
||||
|
||||
# default Windows VNC console command
|
||||
|
||||
Reference in New Issue
Block a user