修复「关于文件互传的bug」 close #63

修复remote app参数无法设置的问题
This commit is contained in:
dushixiang
2021-02-18 18:57:11 +08:00
parent 3e97c9d028
commit f9f2204207
5 changed files with 10 additions and 7 deletions

View File

@ -34,6 +34,10 @@ const (
DisableOffscreenCaching = "disable-offscreen-caching"
DisableGlyphCaching = "disable-glyph-caching"
RemoteApp = "remote-app"
RemoteAppDir = "remote-app-dir"
RemoteAppArgs = "remote-app-args"
ColorDepth = "color-depth"
Cursor = "cursor"
SwapRedBlue = "swap-red-blue"