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:
@@ -28,7 +28,7 @@ export default class AdvancedSettings extends React.PureComponent {
|
||||
});
|
||||
|
||||
toast(window.language.toasts.imported);
|
||||
window.analytics.postEvent('tab', 'Settings imported');
|
||||
window.stats.postEvent('tab', 'Settings imported');
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user