minor fix, hide quickshell settings while disabled

This commit is contained in:
fbsanchez 2019-12-13 13:13:09 +01:00
parent bd1954ce38
commit ad6ea431bf
1 changed files with 3 additions and 2 deletions

View File

@ -80,8 +80,9 @@ html_print_table($t);
echo '</fieldset>';
quickShellSettings();
if (function_exists('quickShellSettings') === true) {
quickShellSettings();
}
echo '<div class="action-buttons" style="width: '.$table->width.'">';
html_print_submit_button(__('Update'), 'update_button', false, 'class="sub upd"');