File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -865,6 +865,10 @@ local current_branch = get_current_repo_branch(LUA_DIR)
865
865
local clean = is_repo_clean (repo_data )
866
866
local repo = LUA_DIR
867
867
868
+ -- ensure shortcuts module knows widgets belong to script_manager
869
+
870
+ script_manager_running_script = " script_manager"
871
+
868
872
if current_branch then
869
873
if sm .executables .git and clean and
870
874
(current_branch == " master" or string.match (current_branch , " ^API%-" )) then -- only make changes to clean branches
@@ -1137,7 +1141,7 @@ sm.widgets.main_box = dt.new_widget("box"){
1137
1141
sm .widgets .main_stack
1138
1142
}
1139
1143
1140
-
1144
+ script_manager_running_script = nil
1141
1145
-- - - - - - - - - - - - - - - - - - - - - - - -
1142
1146
-- D A R K T A B L E I N T E G R A T I O N
1143
1147
-- - - - - - - - - - - - - - - - - - - - - - - -
You can’t perform that action at this time.
0 commit comments