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