File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -43,16 +43,16 @@ Browser.runtime.onInstalled.addListener(async details => {
4343 active : true ,
4444 } ) ;
4545 }
46- if ( details . reason == 'update' && ! details . previousVersion ) {
47- const showChangelog = ( await Settings . getInstance ( ) . getSetting (
48- StorageParams . SHOW_CHANGELOG ,
49- ) ) as boolean ;
50- if ( showChangelog )
51- await Browser . tabs . create ( {
52- url : 'https://webtracker.online/releasenotes.html' ,
53- active : true ,
54- } ) ;
55- }
46+ // if (details.reason == 'update' && !details.previousVersion) {
47+ // const showChangelog = (await Settings.getInstance().getSetting(
48+ // StorageParams.SHOW_CHANGELOG,
49+ // )) as boolean;
50+ // if (showChangelog)
51+ // await Browser.tabs.create({
52+ // url: 'https://webtracker.online/releasenotes.html',
53+ // active: true,
54+ // });
55+ // }
5656} ) ;
5757
5858Browser . runtime . onStartup . addListener ( ( ) => {
You can’t perform that action at this time.
0 commit comments