Update config.service.js

This commit is contained in:
N-Pex 2025-01-14 16:08:56 +01:00
parent 9e4c6abcd3
commit 361bf6eb29

View file

@ -35,12 +35,10 @@ export default {
if (fileDropEnabled) { if (fileDropEnabled) {
roomTypes.push("file_drop"); roomTypes.push("file_drop");
} }
json.roomTypes = roomTypes; Vue.set(config, "roomTypes", roomTypes);
} }
Vue.set(config, "loaded", true); Vue.set(config, "loaded", true);
console.warn("ROOM TYPES CONFIG", json.roomTypes);
// Tell callback we are done loading runtime config // Tell callback we are done loading runtime config
if (onloaded) { if (onloaded) {
onloaded(config); onloaded(config);