瀏覽代碼

new settings section

andre 6 月之前
父節點
當前提交
234bb4daa5
共有 1 個文件被更改,包括 2 次插入0 次删除
  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');
+
     }
 
 }