make boolean data type conversion

This commit is contained in:
yggverse 2024-08-04 03:29:19 +03:00
parent 333b39c74f
commit c02bac26ab

View file

@ -357,9 +357,11 @@ class Auth
// Update sensibility // Update sensibility
$option->gtk->set_sensitive( $option->gtk->set_sensitive(
boolval(
count( count(
$this->_options $this->_options
) > 2 ) > 2
)
); );
break; break;