Add consent prompt view (#2268)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
bymyself
2025-01-17 15:39:50 -07:00
committed by GitHub
parent af26b9ad6d
commit 3df911c1bf
11 changed files with 163 additions and 14 deletions

View File

@@ -67,7 +67,8 @@ const mockElectronAPI: Plugin = {
incrementUserProperty: (property, value) => {
console.log('incrementUserProperty', property, value)
}
}
},
setMetricsConsent: (consent) => {}
};`
}
]