itteerde / fvttconfig

Configuration for our Foundry VTT environments
2 stars 1 forks source link

Error in module, probably chatBubbles #183

Closed itteerde closed 8 months ago

itteerde commented 9 months ago

image image

itteerde commented 9 months ago

Unable to reproduce on my Eberron restore. Why would this be/ how could this be RotFM specific? Try to reproduce with RotFM once backup available.

itteerde commented 9 months ago

also, both

Array.from(game.settings.settings, ([key, value]) => ({ key, value })).find(e => e.key === "core.chatBubbles").value.default === game.settings.get("core", "chatBubbles")

and

game.settings.set("core", "chatBubbles", game.user.flags?.world?.globalInterfaceVolume ?? game.settings.get(MODULE_SCOPE, "chatBubbles"))

do indeed work on my console (as Shrazz) in Eberron.

itteerde commented 9 months ago

image in Eberron