File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,8 @@ function Badger() {
133
133
134
134
let privateStore = self . getPrivateSettings ( ) ;
135
135
if ( self . isFirstRun ) {
136
+ privateStore . setItem ( "firstRunTimerFinished" , false ) ;
137
+
136
138
// work around the welcome page getting closed by an extension restart
137
139
// such as in response to being granted Private Browsing permission
138
140
// from the post-install doorhanger on Firefox
@@ -873,7 +875,7 @@ Badger.prototype = {
873
875
874
876
// initialize any other private store (not-for-export) settings
875
877
let privateDefaultSettings = {
876
- firstRunTimerFinished : false ,
878
+ firstRunTimerFinished : true ,
877
879
showLearningPrompt : false ,
878
880
} ;
879
881
for ( let key of Object . keys ( privateDefaultSettings ) ) {
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2021.11.23" ,
2
+ "version" : " 2021.11.23.1 " ,
3
3
"author" : {
4
4
5
5
},
You can’t perform that action at this time.
0 commit comments