Remove accidental addition.

This commit is contained in:
June Tate-Gans 2023-10-29 14:16:33 -05:00
parent 857215b2fa
commit 6ea45df43d

View File

@ -38,7 +38,6 @@ class Switcher(Observer):
def onAppletChange(self, subject, changeType, key, data):
self._applets = sorted(self._appletManager.appletNames)
self._applets.remove('Switcher')
self._applets.remove('Recorder')
self._lv.model = self._applets
self._lv.update()