Skip to content

Commit 9393eeb

Browse files
committed
Fix #8984
1 parent 7af7aa9 commit 9393eeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kittens/panel/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ def handle_single_instance_command(boss: BossType, sys_args: Sequence[str], envi
128128
toggle_os_window_visibility(os_window_id)
129129
if layer_shell_config_changed:
130130
set_layer_shell_config(os_window_id, lsc)
131+
run_app.layer_shell_config = lsc
131132
return
132133
items = items or [kitten_exe(), 'run-shell']
133134
os_window_id = boss.add_os_panel(lsc, args.cls, args.name)

0 commit comments

Comments
 (0)