Skip to content

Commit a674763

Browse files
author
Richard Neomy
committed
version 0.6.6
1 parent c703937 commit a674763

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v3/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest_version": 3,
3-
"version": "0.6.5",
3+
"version": "0.6.6",
44
"name": "Auto Tab Discard",
55
"description": "__MSG_app_description__",
66
"default_locale": "en",

v3/worker/menu.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ import {interrupts} from './plugins/loader.mjs';
185185
}));
186186
}
187187
// discard-tree for native
188-
if (tab.highlighted && menuItemId === 'discard-tree') { // if a single not-active tab is called
188+
else if (tab.highlighted && menuItemId === 'discard-tree') { // if a single not-active tab is called
189189
const tbs = tabs.filter(t => t.highlighted);
190190
if (tbs.length > 1) {
191191
htabs.push(...tbs);

0 commit comments

Comments
 (0)