mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-01 12:43:46 +02:00
Fix skip shortcut
This commit is contained in:
@@ -36,7 +36,8 @@ namespace VRCX
|
||||
private static void Install()
|
||||
{
|
||||
var setupArguments = "/S";
|
||||
if (Wine.GetIfWine()) setupArguments += " /DISABLE_SHORTCUT=true";
|
||||
if (Wine.GetIfWine())
|
||||
setupArguments += " /SKIP_SHORTCUT=true";
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
@@ -20785,7 +20785,7 @@ speechSynthesis.getVoices();
|
||||
$app.localAvatarFavoriteGroups = [];
|
||||
$app.localAvatarFavoritesList = [];
|
||||
$app.localAvatarFavorites = {};
|
||||
workerTimers.setTimeout($app.getLocalAvatarFavorites(), 100);
|
||||
workerTimers.setTimeout(() => $app.getLocalAvatarFavorites(), 100);
|
||||
});
|
||||
|
||||
$app.methods.getLocalAvatarFavorites = async function () {
|
||||
|
||||
Reference in New Issue
Block a user