More changes

This commit is contained in:
N-Pex 2025-05-06 12:02:56 +02:00
parent 3b4d3f08f6
commit 48c0aae3c0
8 changed files with 12 additions and 16 deletions

View file

@ -182,14 +182,6 @@ app.use(i18n);
app.use(matrix, { store: store, i18n: i18n });
//app.use(matrix);
//app.use(config);
// app.use(analytics);
// app.use(audioPlayer);
// app.render = h => {
// console.error("RENDERRENDERRENDERRENDERRENDSNAENNRENRANERNARE");
// h(App);
// }
if (app.$config.accentColor) {
app.$vuetify.theme.themes.light.primary = app.$config.accentColor;
}