This commit is contained in:
Dmitry Maksyoma 2023-02-28 23:31:00 +13:00
parent 1b7ebc2a96
commit 60cfd52bcf

View File

@ -2250,20 +2250,13 @@ sub DefineConfigToCLIConversion {
type => KasmVNC::ConfigKey::BOOLEAN
})
],
toStringSub => sub {
$self = shift;
my $value = $self->configValue();
deriveValueSub => sub {
undef;
},
isActiveSub => sub {
my $self = shift;
switch($value) {
case 'true' {
my $valuesStr = '-hw3d ';
}
case 'false' {
my $valuesStr = ' ';
}
}
return $valuesStr;
$self->configValue() eq 'true';
}
}),
KasmVNC::CliOption->new({