diff --git a/src/claudia.py b/src/claudia.py index 1e46c2a..dc6a9c2 100755 --- a/src/claudia.py +++ b/src/claudia.py @@ -2011,7 +2011,7 @@ class ClaudiaMainW(AbstractCanvasJackClass): if act_x_sel: if item.type() == ITEM_TYPE_STUDIO: if act_x_sel == act_x_add_new: - pass #self.slot_app_add_new() + self.slot_app_add_new() elif act_x_sel == act_x_run_custom: self.slot_app_run_custom() elif act_x_sel == act_x_create_room: @@ -2019,7 +2019,7 @@ class ClaudiaMainW(AbstractCanvasJackClass): elif item.type() == ITEM_TYPE_ROOM: if act_x_sel == act_x_add_new: - pass # self.slot_app_add_new + self.slot_app_add_new() elif act_x_sel == act_x_run_custom: self.slot_app_run_custom() elif act_x_sel == act_x_new: diff --git a/src/claudia_database.py b/src/claudia_database.py index d074690..6dc0513 100644 --- a/src/claudia_database.py +++ b/src/claudia_database.py @@ -19,7 +19,7 @@ LEVEL_NSM = "NSM" TEMPLATE_YES = "Yes" TEMPLATE_NO = "No" -USING_KXSTUDIO = True +USING_KXSTUDIO = False # ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- # DAW