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:
@ -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
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user