1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Release notes: Open new tab in background

This commit is contained in:
nobody
2020-06-13 06:10:54 +02:00
parent 9717de5cce
commit 3067d6e655
2 changed files with 2 additions and 1 deletions

View File

@@ -112,7 +112,7 @@ main._showReleaseNotes = function (details) {
if (!items.hideReleaseNotes) {
chrome.tabs.create({
'url': updateAdBlockerRules,
'active': true
'active': false
});
}
});