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