Skip to content

Commit

Permalink
Turned off first-time backup notification shortly after installation
Browse files Browse the repository at this point in the history
(issue #457)
  • Loading branch information
aecreations committed May 27, 2024
1 parent f04aa1f commit 718c505
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wx-src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ void async function ()
}

if (! aePrefs.hasBalboaParkPrefs(gPrefs)) {
gForceShowFirstTimeBkupNotif = true;
log("Initializing 6.1.2 user preferences.");
await aePrefs.setBalboaParkPrefs(gPrefs);
}
Expand Down

0 comments on commit 718c505

Please sign in to comment.