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 c701f9d commit c8e464d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wx-src/scripts/aePrefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,6 @@ let aePrefs = {
clippingsMgr: null,
},
};

// Show first-time backup notification only on new installs.
newPrefs._forceShowFirstTimeBkupNotif = aPrefs.backupRemFirstRun;

await this._addPrefs(aPrefs, newPrefs);
},

Expand Down

0 comments on commit c8e464d

Please sign in to comment.