Skip to content

Commit

Permalink
MV2 v1.18.1 - disable upboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
StigNygaard committed Nov 5, 2023
1 parent 6eb7e94 commit f5f9e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebExtension/background/flickr_fixr.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function installHandler({reason, temporary, previousVersion}) {
switch (reason) {
case 'update':
console.log("Updated from details.previousVersion: " + previousVersion);
// break; // Show onboarding when updating or not?...
break; // Show onboarding when updating or not?...
case 'install':
// browser.runtime.openOptionsPage();
// browser.runtime.getURL()
Expand Down

0 comments on commit f5f9e25

Please sign in to comment.