浏览代码

disable log default value is true

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 7 月之前
父节点
当前提交
d45ed86f3f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/main/res/xml/app_config.xml

+ 1 - 1
app/src/main/res/xml/app_config.xml

@@ -57,7 +57,7 @@
 
     <restriction
         android:key="disable_log"
-        android:defaultValue="false"
+        android:defaultValue="true"
         android:restrictionType="bool"
         android:title="@string/app_config_disable_log_title" />