chore: remove options

This commit is contained in:
septs 2024-12-18 18:51:22 +08:00
parent e6fc7f9065
commit 78dd8bea05
Signed by: septs
SSH key fingerprint: SHA256:ElK0p6DNkbsqYUdJ3I9QHDVf21SQD0c2r+hd7s/r5Co

View file

@ -33,7 +33,6 @@ internal object PreferenceKeys {
val DEVELOPER_OPTIONS_ENABLED = booleanPreferencesKey("developer_options_enabled")
val UNFILTERED_PROFILE_LIST = booleanPreferencesKey("unfiltered_profile_list")
val IGNORE_TLS_CERTIFICATE = booleanPreferencesKey("ignore_tls_certificate")
val ANSWER_TO_RESET = booleanPreferencesKey("answer_to_reset")
}
class PreferenceRepository(private val context: Context) {