summaryrefslogtreecommitdiff
path: root/src/configuration/Appconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/configuration/Appconfig.py')
-rw-r--r--src/configuration/Appconfig.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py
index bcc0fd95..16e440ab 100644
--- a/src/configuration/Appconfig.py
+++ b/src/configuration/Appconfig.py
@@ -33,6 +33,8 @@ class Appconfig(QtGui.QWidget):
default_workspace = {"workspace":home}
#Current Project detail
current_project = {"ProjectName":None}
+ #Current Subcircuit detail
+ current_subcircuit = {"SubcircuitName":None}
#Workspace detail
workspace_text = '''eSim stores your project in a folder called a eSim-Workspace. You can choose a different workspace folder to use for this session.'''
procThread_list = []