feat: added setting to disable github check and completely disable/hide when using the degoogled version

This commit is contained in:
eddyizm 2025-11-11 18:06:01 -08:00
parent 2c6287405e
commit 6124ec66f3
No known key found for this signature in database
GPG key ID: CF5F671829E8158A
6 changed files with 34 additions and 4 deletions

View file

@ -400,6 +400,18 @@
app:useSimpleSummaryProvider="true" />
</PreferenceCategory>
<PreferenceCategory
android:key="settings_github_update_category_key"
app:title="@string/settings_github_update">
<Preference
app:selectable="false"
app:summary="@string/settings_github_update_summary" />
<SwitchPreference
android:title="@string/settings_github_update_title"
android:defaultValue="true"
android:key="github_update_check" />
</PreferenceCategory>
<PreferenceCategory app:title="@string/settings_about_title">
<Preference
app:selectable="false"