mirror of
https://github.com/mue/mue.git
synced 2026-07-23 00:37:27 +02:00
feat: rewrite stats backend
This commit is contained in:
@@ -50,7 +50,7 @@ const downloadImage = async (info) => {
|
||||
document.body.appendChild(link);
|
||||
link.click();
|
||||
document.body.removeChild(link);
|
||||
variables.stats.postEvent('feature', 'Background download');
|
||||
variables.stats.postEvent('feature', 'background', 'download');
|
||||
};
|
||||
|
||||
function PhotoInformation({ info, url, api }) {
|
||||
|
||||
Reference in New Issue
Block a user