Fix analytics service and audio recorder

This commit is contained in:
N-Pex 2025-05-09 16:01:10 +02:00
parent 2e46a0b663
commit d4041ab9ab
6 changed files with 90 additions and 1356 deletions

View file

@ -61,6 +61,13 @@ export default {
customProperties: true,
},
dark: false,
themes: {
light: {
colors: {
error: "#ff5252",
}
},
},
},
};
const vuetify = createVuetify(options);