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)
865865local clean = is_repo_clean (repo_data )
866866local repo = LUA_DIR
867867
868+ -- ensure shortcuts module knows widgets belong to script_manager
869+
870+ script_manager_running_script = " script_manager"
871+
868872if current_branch then
869873 if sm .executables .git and clean and
870874 (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"){
11371141 sm .widgets .main_stack
11381142}
11391143
1140-
1144+ script_manager_running_script = nil
11411145-- - - - - - - - - - - - - - - - - - - - - - - -
11421146-- D A R K T A B L E I N T E G R A T I O N
11431147-- - - - - - - - - - - - - - - - - - - - - - - -
You can’t perform that action at this time.
0 commit comments