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

Open welcome page in the foreground at first installation

This commit is contained in:
nobody
2021-03-26 06:51:46 +01:00
parent 32db1b7575
commit 81f2555784

View File

@ -86,7 +86,7 @@ main._showReleaseNotes = function (details) {
if (details.temporary !== true) {
chrome.tabs.create({
'url': chrome.extension.getURL('pages/welcome/welcome.html'),
'active': false
'active': true
});
}
});