Prep switcher for the recorder applet.

This commit is contained in:
June Tate-Gans 2023-10-28 13:52:02 -05:00
parent d3875eb53e
commit 5a57e1e002

View File

@ -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()