Do command fit toggle. Still need to settle on the logic for how to handle deleted fits - seems there's an issue with the queue.

This commit is contained in:
blitzmann
2018-08-03 22:30:09 -04:00
parent 3c7f0258df
commit 425c7f657c
5 changed files with 76 additions and 3 deletions

View File

@@ -12,3 +12,4 @@ from .guiRemoveBooster import GuiRemoveBoosterCommand
from .guiAddCommand import GuiAddCommandCommand
from .guiRemoveCommand import GuiRemoveCommandCommand
from .guiSetMode import GuiSetModeCommand
from .guiToggleCommand import GuiToggleCommandCommand