35 lines
1.2 KiB
Diff
35 lines
1.2 KiB
Diff
From 1834aef3bac001345dc6fdf2629022088746f69b Mon Sep 17 00:00:00 2001
|
|
From: leeffo <liweiganga@uniontech.com>
|
|
Date: Wed, 2 Aug 2023 10:37:41 +0800
|
|
Subject: [PATCH] hide commonifo and end-user-license-agreement
|
|
|
|
---
|
|
com.deepin.dde.control-center.gschema.xml | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/com.deepin.dde.control-center.gschema.xml b/com.deepin.dde.control-center.gschema.xml
|
|
index b18fa11..784db01 100644
|
|
--- a/com.deepin.dde.control-center.gschema.xml
|
|
+++ b/com.deepin.dde.control-center.gschema.xml
|
|
@@ -39,7 +39,7 @@
|
|
<summary>Waiting for sound receipt Wait 1 second by default</summary>
|
|
</key>
|
|
<key name="hide-module" type="as">
|
|
- <default>[]</default>
|
|
+ <default>['commoninfo']</default>
|
|
<summary>The module to display</summary>
|
|
</key>
|
|
<key name="show-createuser" type="b">
|
|
@@ -748,7 +748,7 @@
|
|
<description>default is true</description>
|
|
</key>
|
|
<key name="end-user-license-agreement" type="b">
|
|
- <default>true</default>
|
|
+ <default>false</default>
|
|
<summary></summary>
|
|
<description>default is true</description>
|
|
</key>
|
|
--
|
|
2.20.1
|
|
|