소스 검색

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');
+
     }
 
 }