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