From 5a57e1e002f7f19870220d48881b086515b57fff Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Sat, 28 Oct 2023 13:52:02 -0500 Subject: [PATCH] Prep switcher for the recorder applet. --- g13gui/applet/switcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/g13gui/applet/switcher.py b/g13gui/applet/switcher.py index e43d612..5f820de 100644 --- a/g13gui/applet/switcher.py +++ b/g13gui/applet/switcher.py @@ -38,6 +38,7 @@ 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()