mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
KASM-3806 revert yaml changes to working ones
This commit is contained in:
parent
ea7568b240
commit
ee10b81eef
1 changed files with 13 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue