mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
fix setTrustColor function
This commit is contained in:
@@ -662,7 +662,8 @@ export const useAppearanceSettingsStore = defineStore(
|
|||||||
* @param {object} color
|
* @param {object} color
|
||||||
*/
|
*/
|
||||||
function setTrustColor(color) {
|
function setTrustColor(color) {
|
||||||
trustColor.value = { ...TRUST_COLOR_DEFAULTS };
|
// @ts-ignore
|
||||||
|
trustColor.value = color;
|
||||||
configRepository.setString(
|
configRepository.setString(
|
||||||
'VRCX_trustColor',
|
'VRCX_trustColor',
|
||||||
JSON.stringify(trustColor.value)
|
JSON.stringify(trustColor.value)
|
||||||
|
|||||||
Reference in New Issue
Block a user