mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-08 09:14:10 +01:00
Refactor
This commit is contained in:
parent
1b7ebc2a96
commit
60cfd52bcf
@ -1979,7 +1979,7 @@ sub DefineConfigToCLIConversion {
|
||||
$self = shift;
|
||||
|
||||
my @values = @{ listify($self->configValues()) };
|
||||
|
||||
|
||||
my $valuesStr = "";
|
||||
foreach $value (@values) {
|
||||
$valuesStr = $valuesStr . "-http-header '$value' "
|
||||
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user