mirror of
https://github.com/mue/mue.git
synced 2026-07-22 08:17:28 +02:00
feat: add opt-in umami analytics (WIP)
This commit is contained in:
@@ -18,6 +18,7 @@ const downloadImage = async (info) => {
|
||||
document.body.appendChild(link);
|
||||
link.click();
|
||||
document.body.removeChild(link);
|
||||
window.analytics.postEvent('featureUpdate', 'Feature background download used');
|
||||
};
|
||||
|
||||
export default function PhotoInformation(props) {
|
||||
|
||||
Reference in New Issue
Block a user