mirror of
https://github.com/mue/mue.git
synced 2026-07-19 15:04:11 +02:00
feat: locally store stats so users can see them (no ui yet)
This commit is contained in:
@@ -18,7 +18,7 @@ const downloadImage = async (info) => {
|
||||
document.body.appendChild(link);
|
||||
link.click();
|
||||
document.body.removeChild(link);
|
||||
window.analytics.postEvent('feature', 'Background download');
|
||||
window.stats.postEvent('feature', 'Background download');
|
||||
};
|
||||
|
||||
export default function PhotoInformation(props) {
|
||||
|
||||
Reference in New Issue
Block a user