Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Fix privacy consent request status is not remembered (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 authored Jan 29, 2021
1 parent 4554175 commit 5946b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ if (!gotTheLock) {
cancelId: 1,
defaultId: 0,
}).then(({ response }) => {
// setPreference('privacyConsentAsked', true);
setPreference('privacyConsentAsked', true);
if (response === 0) {
setPreference('sentry', true);
setPreference('telemetry', true);
Expand Down

0 comments on commit 5946b97

Please sign in to comment.