mirror of
https://github.com/mue/mue.git
synced 2026-07-16 21:44:22 +02:00
feat: locally store stats so users can see them (no ui yet)
This commit is contained in:
@@ -104,7 +104,7 @@ export default class ColourSettings extends React.PureComponent {
|
||||
return newState;
|
||||
});
|
||||
|
||||
window.analytics.postEvent('setting', 'Changed backgroundtype from colour to gradient');
|
||||
window.stats.postEvent('setting', 'Changed backgroundtype from colour to gradient');
|
||||
}
|
||||
|
||||
currentGradientSettings = () => {
|
||||
|
||||
Reference in New Issue
Block a user