mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-21 19:32:44 +01:00
replace music spectrum
This commit is contained in:
@@ -65,7 +65,7 @@ class ListItem(object):
|
||||
_PlayingProcess = 0 # 0 - 100
|
||||
_Parent = None
|
||||
|
||||
|
||||
_Text = ""
|
||||
def __init__(self):
|
||||
self._Labels = {}
|
||||
self._Icons = {}
|
||||
@@ -75,6 +75,7 @@ class ListItem(object):
|
||||
def Init(self,text):
|
||||
|
||||
#self._Fonts["normal"] = fonts["veramono12"]
|
||||
self._Text = text
|
||||
|
||||
l = ListItemLabel()
|
||||
l._PosX = 22
|
||||
|
||||
Reference in New Issue
Block a user