aboutsummaryrefslogtreecommitdiff
path: root/src/command.py
diff options
context:
space:
mode:
authortassaron2017-08-14 18:41:45 -0400
committertassaron2017-08-14 18:41:45 -0400
commit733c005eeaf5d3ff15e0f60d320f5c03472bad60 (patch)
tree32176c185ca09a8f35d195fac257ca31313b84bb /src/command.py
parenta327bec4e42cc572fb84e559025e888a4a20edd3 (diff)
undoable removeComponent action
Diffstat (limited to 'src/command.py')
-rw-r--r--src/command.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.py b/src/command.py
index 18f7408..4116c5a 100644
--- a/src/command.py
+++ b/src/command.py
@@ -19,6 +19,7 @@ class Command(QtCore.QObject):
def __init__(self):
QtCore.QObject.__init__(self)
self.core = Core()
+ Core.mode = 'commandline'
self.dataDir = self.core.dataDir
self.canceled = False