remove stick together with main

This commit is contained in:
2026-06-19 08:44:02 +02:00
parent 1d6e2ae415
commit cabe2a8271
+3
View File
@@ -297,6 +297,9 @@ class FrappyManager(Readable):
stick = cfg
except FileNotFoundError:
pass
else:
if stick is None:
stick = '' # remove stick together with main
if stick is not None:
if stick_item:
to_remove[stick_item] = self._secnodes.pop(stick_item)