Add context menu to change system security status

This commit is contained in:
DarkPhoenix
2019-05-01 16:22:26 +03:00
parent a7dcf1ace6
commit c447cf06d7
4 changed files with 62 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ from .gui.commandFit.remove import GuiRemoveCommandFitsCommand
from .gui.commandFit.toggleStates import GuiToggleCommandFitStatesCommand
from .gui.fitRename import GuiRenameFitCommand
from .gui.fitRestrictionToggle import GuiToggleFittingRestrictionsCommand
from .gui.fitSystemSecurity import GuiChangeFitSystemSecurityCommand
from .gui.implant.add import GuiAddImplantCommand
from .gui.implant.changeLocation import GuiChangeImplantLocationCommand
from .gui.implant.changeMeta import GuiChangeImplantMetaCommand