add more daemons

- ATWAKEUP
- VPN
- Chinese WLAN service
- HealthKit
This commit is contained in:
leminlimez
2024-12-04 16:42:20 -05:00
parent 3fdad1f3ed
commit 112769fdb6
4 changed files with 187 additions and 28 deletions

View File

@@ -3787,16 +3787,6 @@ QComboBox QAbstractItemView::item:hover {
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="gameCenterChk">
<property name="toolTip">
<string>Turns off Game Center background services.</string>
</property>
<property name="text">
<string>Disable Game Center</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="screenTimeChk">
<property name="toolTip">
@@ -3817,6 +3807,41 @@ QComboBox QAbstractItemView::item:hover {
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="atwakeupChk">
<property name="toolTip">
<string>Disables pinging to sleeping bluetooth devices for improved battery life.</string>
</property>
<property name="text">
<string>Disable ATWAKEUP</string>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line_25">
<property name="styleSheet">
<string notr="true">QFrame {
color: #414141;
}</string>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="gameCenterChk">
<property name="toolTip">
<string>Turns off Game Center background services.</string>
</property>
<property name="text">
<string>Disable Game Center</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="tipsChk">
<property name="toolTip">
@@ -3827,6 +3852,36 @@ QComboBox QAbstractItemView::item:hover {
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="vpndChk">
<property name="toolTip">
<string>Disables the Virtual Private Network service.</string>
</property>
<property name="text">
<string>Disable VPN Service</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="wapicChk">
<property name="toolTip">
<string>Disables the service that deals with errors with WiFi networks with Chinese characters in the name.</string>
</property>
<property name="text">
<string>Disable Chinese WLAN Service</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="healthdChk">
<property name="toolTip">
<string>Disables HealthKit services used by the health app.</string>
</property>
<property name="text">
<string>Disable HealthKit</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_6">
<property name="orientation">