Set tabs to auto discard but the curently active one.
This commit is contained in:
parent
124029faec
commit
5b6a2e3925
|
@ -113,6 +113,7 @@ const loadSession = (id = null) => {
|
|||
}
|
||||
|
||||
windowSys.create({ url: urls });
|
||||
browser.tabs.discard(urls);
|
||||
});
|
||||
|
||||
// Finalize clear out windows
|
||||
|
|
Loading…
Reference in New Issue