Allow modifying denylist without enforcement

This commit is contained in:
topjohnwu
2022-01-15 23:46:08 -08:00
parent c38b826abf
commit 76ddfeb93a
6 changed files with 100 additions and 100 deletions

View File

@@ -277,7 +277,6 @@ object DenyList : BaseSettingsItem.Toggle() {
if (result.isSuccess) Config.denyList = it
else field = !it
}
DenyListConfig.isEnabled = it
}
override fun refresh() {