Fix hiding the sync favorites option
This commit is contained in:
parent
b4a88926ed
commit
9c978c608d
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ class LibraryController(
|
|||
// Mutate the filter icon because it needs to be tinted and the resource is shared.
|
||||
menu.findItem(R.id.action_filter).icon.mutate()
|
||||
|
||||
menu.findItem(R.id.action_sync_favorites).isEnabled = preferences.eh_isHentaiEnabled().get()
|
||||
menu.findItem(R.id.action_sync_favorites).isVisible = preferences.eh_isHentaiEnabled().get()
|
||||
}
|
||||
|
||||
fun search(query: String) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue