remove unused footmsg from mpd_spectrum_page

This commit is contained in:
cuu 2018-06-01 12:31:56 +08:00
parent ee896f8202
commit 14bda09088

View File

@ -135,7 +135,7 @@ class MPDSpectrumPage(Page):
_Icons = {}
_Selector=None
_FootMsg = ["Nav","","","Back","Pause"]
_FootMsg = ["Nav","","","Back",""]
_MyList = []
_ListFont = fonts["veramono12"]