diff --git a/themes/antergos/js/greeter.js b/themes/antergos/js/greeter.js index 14b1e40..019dc9b 100644 --- a/themes/antergos/js/greeter.js +++ b/themes/antergos/js/greeter.js @@ -567,7 +567,7 @@ class AntergosTheme { `; - if ( lightdm[ cmd ]() ) { + if ( true === lightdm[ cmd ] ) { $( template ).appendTo( $( this.$actions_container ) ).click( this.system_action_handler ); } } // END for (var [action, icon] of actions)