Browse Source

new settings section

andre 6 months ago
parent
commit
234bb4daa5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/UI/Client/Setting/Buttons/EditSettingButton.php

+ 2 - 0
app/UI/Client/Setting/Buttons/EditSettingButton.php

@@ -34,6 +34,8 @@ class EditSettingButton extends ButtonDataTableModalAction implements ClientArea
                 ''
             );
         $this->initLoadModalAction(new EditSettingModal());
+        $this->setDisableByColumnValue('selfdns', 'unset');
+
     }
 
 }