Skip to content

Commit

Permalink
MV3 v2.3.1 - disable upboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
StigNygaard committed Nov 5, 2023
1 parent 65683e2 commit 2d2b53b
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
@@ -148,7 +148,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()

0 comments on commit 2d2b53b

Please sign in to comment.