修复 「1.2.2 用户管理-用户列表勾选单一用户会全选 」 close #216
This commit is contained in:
@ -10,8 +10,6 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
Host = "host"
|
||||
Port = "port"
|
||||
EnableRecording = "enable-recording"
|
||||
RecordingPath = "recording-path"
|
||||
CreateRecordingPath = "create-recording-path"
|
||||
@ -33,7 +31,9 @@ const (
|
||||
EnableMenuAnimations = "enable-menu-animations"
|
||||
DisableBitmapCaching = "disable-bitmap-caching"
|
||||
DisableOffscreenCaching = "disable-offscreen-caching"
|
||||
DisableGlyphCaching = "disable-glyph-caching"
|
||||
// DisableGlyphCaching Deprecated
|
||||
DisableGlyphCaching = "disable-glyph-caching"
|
||||
ForceLossless = "force-lossless"
|
||||
|
||||
Domain = "domain"
|
||||
RemoteApp = "remote-app"
|
||||
@ -62,7 +62,7 @@ const (
|
||||
)
|
||||
|
||||
const Delimiter = ';'
|
||||
const Version = "VERSION_1_3_0"
|
||||
const Version = "VERSION_1_4_0"
|
||||
|
||||
type Configuration struct {
|
||||
ConnectionID string
|
||||
|
Reference in New Issue
Block a user