From 0e5b812eaedbf72e76bb041ac7a1fbff769b3f25 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 8 Feb 2021 19:47:23 +0100 Subject: Try reloading active tab after reloading all extensions Trying to set up the reload on the active tab after all extensions are reloaded. It's only working half the time and I can't figure out what I'm doing wrong. Something wrong with the wait group I think. Committing what I have and might try other ideas. --- l/src/option.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'l/src/option.lisp') diff --git a/l/src/option.lisp b/l/src/option.lisp index 3dde8af..14553a0 100644 --- a/l/src/option.lisp +++ b/l/src/option.lisp @@ -44,4 +44,5 @@ (opts:exit 64)) (make-config :socket-url (getf options :socket-url) + :reload-current-tab (getf options :reload-current-tab) :extension-ids free-args))) -- cgit v1.2.3