lets hide the sleep timer too for now

This commit is contained in:
tibbi 2020-10-22 23:03:12 +02:00
parent acfed75143
commit 752daadc6d

View file

@ -88,6 +88,7 @@ class MainActivity : SimpleActivity() {
setupSearch(menu)
menu.apply {
findItem(R.id.sleep_timer).isVisible = false
findItem(R.id.sort).isVisible = false
}