Add show button to use showing queue to prevent dupes. Fixes #791
This commit is contained in:
parent
13b41b9622
commit
ecec65371a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ const messageHandler = {
|
|||
backgroundLogic.sortTabs();
|
||||
break;
|
||||
case "showTabs":
|
||||
backgroundLogic.showTabs({cookieStoreId: m.cookieStoreId});
|
||||
this.unhideContainer(m.cookieStoreId);
|
||||
break;
|
||||
case "hideTabs":
|
||||
backgroundLogic.hideTabs({
|
||||
|
|
Loading…
Add table
Reference in a new issue