Merge pull request #476 from rbreaves/feature/virtualbox

Added Virtualbox host exception for Linux
This commit is contained in:
Ben Reaves
2021-04-10 02:14:24 -05:00
committed by GitHub

View File

@@ -40,6 +40,8 @@ codeStr = "|".join(str(x) for x in mscodes)
remotes = [
"org.remmina.Remmina",
"xfreerdp",
"VirtualBox Machine",
"VirtualBox"
]
remotes = [client.casefold() for client in remotes]