mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 07:43:50 +02:00
Update Cef 125.0.210, fix PerformanceCounter bugs
This commit is contained in:
@@ -15225,8 +15225,8 @@ speechSynthesis.getVoices();
|
||||
'VRCX_hideDevicesFromFeed',
|
||||
false
|
||||
);
|
||||
$app.data.hideCpuUsageFromFeed = await configRepository.getBool(
|
||||
'VRCX_hideCpuUsageFromFeed',
|
||||
$app.data.vrOverlayCpuUsage = await configRepository.getBool(
|
||||
'VRCX_vrOverlayCpuUsage',
|
||||
false
|
||||
);
|
||||
$app.data.hideUptimeFromFeed = await configRepository.getBool(
|
||||
@@ -15429,8 +15429,8 @@ speechSynthesis.getVoices();
|
||||
this.hideDevicesFromFeed
|
||||
);
|
||||
await configRepository.setBool(
|
||||
'VRCX_hideCpuUsageFromFeed',
|
||||
this.hideCpuUsageFromFeed
|
||||
'VRCX_vrOverlayCpuUsage',
|
||||
this.vrOverlayCpuUsage
|
||||
);
|
||||
await configRepository.setBool(
|
||||
'VRCX_hideUptimeFromFeed',
|
||||
@@ -16155,7 +16155,7 @@ speechSynthesis.getVoices();
|
||||
var VRConfigVars = {
|
||||
overlayNotifications: this.overlayNotifications,
|
||||
hideDevicesFromFeed: this.hideDevicesFromFeed,
|
||||
hideCpuUsageFromFeed: this.hideCpuUsageFromFeed,
|
||||
vrOverlayCpuUsage: this.vrOverlayCpuUsage,
|
||||
minimalFeed: this.minimalFeed,
|
||||
notificationPosition: this.notificationPosition,
|
||||
notificationTimeout: this.notificationTimeout,
|
||||
|
||||
Reference in New Issue
Block a user