mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-11 10:53:52 +02:00
v2019.08.20
This commit is contained in:
@@ -5458,11 +5458,9 @@ if (window.CefSharp) {
|
||||
$app.watch.openVRAlways = saveOpenVROption;
|
||||
$app.data.showNameColor = VRCXStorage.GetBool('showNameColor');
|
||||
$nameColorStyle.disabled = VRCXStorage.GetBool('showNameColor');
|
||||
console.log('$nameColorStyle', $nameColorStyle);
|
||||
$app.watch.showNameColor = function () {
|
||||
VRCXStorage.SetBool('showNameColor', this.showNameColor);
|
||||
$nameColorStyle.disabled = this.showNameColor;
|
||||
console.log('$nameColorStyle', $nameColorStyle);
|
||||
};
|
||||
|
||||
API.$on('LOGIN', () => {
|
||||
|
||||
Reference in New Issue
Block a user