mumble-voip / mumble-www

The Mumble website
https://www.mumble.info
Other
13 stars 18 forks source link

docs(user): Add Settings Storage Location #194

Closed Kissaki closed 1 year ago

Kissaki commented 1 year ago

Replaces https://wiki.mumble.info/wiki/Client_Settings

Krzmbrzl commented 1 year ago

This should include the settings location for 1.5 onwards, where we always save the settings as a JSON file, regardless of the OS we're on. I just don't know the locations of other OS than linux by-heart right now. https://github.com/mumble-voip/mumble/blob/e828ef0458927b21df590f84efce051abd33b2b0/src/mumble/Settings.cpp#L1273-L1273

or rather

https://github.com/mumble-voip/mumble/blob/e828ef0458927b21df590f84efce051abd33b2b0/src/mumble/Settings.cpp#L1310-L1318

Kissaki commented 1 year ago

I am merging as is, as this state is verifiable and 1.5 is not stable released yet (currently RC).

I created #195 for adding the 1.5 info.