mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 08:23:50 -04:00
Prep switcher for the recorder applet.
This commit is contained in:
parent
d3875eb53e
commit
5a57e1e002
@ -38,6 +38,7 @@ class Switcher(Observer):
|
|||||||
def onAppletChange(self, subject, changeType, key, data):
|
def onAppletChange(self, subject, changeType, key, data):
|
||||||
self._applets = sorted(self._appletManager.appletNames)
|
self._applets = sorted(self._appletManager.appletNames)
|
||||||
self._applets.remove('Switcher')
|
self._applets.remove('Switcher')
|
||||||
|
self._applets.remove('Recorder')
|
||||||
self._lv.model = self._applets
|
self._lv.model = self._applets
|
||||||
self._lv.update()
|
self._lv.update()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user