Connection Icons
direbcg opened this issue · 2 comments
Hello
If I use a path like
%programfiles%\Google\Chrome\Application\chrome.exe or %programfiles%\uvnc bvba\UltraVNC\vncviewer.exe
Then I get the application icon in the connections
But when creating non-standard connections via
%windir%\system32\cmd.exe
%windir%\system32\runas.exe
I get the icon as cmd.exe
Is it possible to somehow make the icons different?
Example:
Application Name: SMB > [Username]
Connection Method: smb_username
Path: %windir%\system32\cmd.exe
Commandline Options: /c net use /delete \{s:IP} & net use \{s:IP} {PASSWORD}/user:{USERNAME} && start \{s:IP}
I can connect via SMB to the host, but the icon is wrong. And I don't know a way to make the icon correct.
SMB as an example.
It's not too scary, but is it possible to make the icon field separate from the Application field?
It's not planned to implement this feature because i just don't have enough time.
If anybody wan't to implement this feature -> feal free to make a push request.