diff --git a/Dotnet/Update.cs b/Dotnet/Update.cs index cd1f884a..18dd9d2f 100644 --- a/Dotnet/Update.cs +++ b/Dotnet/Update.cs @@ -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 { diff --git a/html/src/app.js b/html/src/app.js index 20051ca1..c55029cd 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -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 () {