mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-21 23:53:24 +01:00
KASM-3806 revert yaml changes to working ones
This commit is contained in:
parent
ea7568b240
commit
ee10b81eef
@ -2250,13 +2250,20 @@ sub DefineConfigToCLIConversion {
|
||||
type => KasmVNC::ConfigKey::BOOLEAN
|
||||
})
|
||||
],
|
||||
deriveValueSub => sub {
|
||||
undef;
|
||||
},
|
||||
isActiveSub => sub {
|
||||
my $self = shift;
|
||||
toStringSub => sub {
|
||||
$self = shift;
|
||||
my $value = $self->configValue();
|
||||
|
||||
$self->configValue() eq 'true';
|
||||
switch($value) {
|
||||
case 'true' {
|
||||
$valuesStr = '-hw3d ';
|
||||
}
|
||||
case 'false' {
|
||||
$valuesStr = ' ';
|
||||
}
|
||||
}
|
||||
|
||||
return $valuesStr;
|
||||
}
|
||||
}),
|
||||
KasmVNC::CliOption->new({
|
||||
|
Loading…
Reference in New Issue
Block a user