mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
Remove accidental addition.
This commit is contained in:
parent
857215b2fa
commit
6ea45df43d
@ -38,7 +38,6 @@ 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