Add show button to use showing queue to prevent dupes. Fixes #791
This commit is contained in:
parent
fec2be9429
commit
9b83068234
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