mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
make boolean data type conversion
This commit is contained in:
parent
333b39c74f
commit
c02bac26ab
1 changed files with 5 additions and 3 deletions
|
|
@ -357,9 +357,11 @@ class Auth
|
|||
|
||||
// Update sensibility
|
||||
$option->gtk->set_sensitive(
|
||||
count(
|
||||
$this->_options
|
||||
) > 2
|
||||
boolval(
|
||||
count(
|
||||
$this->_options
|
||||
) > 2
|
||||
)
|
||||
);
|
||||
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue