Allow offline restore app

This commit is contained in:
vvb2060 2021-02-22 01:19:37 +08:00 committed by John Wu
parent 4950020635
commit 8bb2f356c0
1 changed files with 0 additions and 3 deletions

View File

@ -108,9 +108,6 @@ object Hide : BaseSettingsItem.Input() {
object Restore : BaseSettingsItem.Blank() {
override val title = R.string.settings_restore_app_title.asTransitive()
override val description = R.string.settings_restore_app_summary.asTransitive()
override fun refresh() {
isEnabled = Info.remote.magisk.versionCode > 0
}
}
object AddShortcut : BaseSettingsItem.Blank() {