mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 00:03:51 +02:00
Clear VR notifications on disable
This commit is contained in:
@@ -9310,6 +9310,7 @@ speechSynthesis.getVoices();
|
|||||||
);
|
);
|
||||||
this.updateSharedFeed(true);
|
this.updateSharedFeed(true);
|
||||||
this.updateVRConfigVars();
|
this.updateVRConfigVars();
|
||||||
|
AppApi.ExecuteVrOverlayFunction('notyClear', '');
|
||||||
};
|
};
|
||||||
$app.data.TTSvoices = speechSynthesis.getVoices();
|
$app.data.TTSvoices = speechSynthesis.getVoices();
|
||||||
$app.methods.saveNotificationTTS = function () {
|
$app.methods.saveNotificationTTS = function () {
|
||||||
|
|||||||
@@ -490,6 +490,10 @@ import configRepository from './repository/config.js';
|
|||||||
return text;
|
return text;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
$app.methods.notyClear = function () {
|
||||||
|
Noty.closeAll();
|
||||||
|
};
|
||||||
|
|
||||||
$app = new Vue($app);
|
$app = new Vue($app);
|
||||||
window.$app = $app;
|
window.$app = $app;
|
||||||
})();
|
})();
|
||||||
|
|||||||
Reference in New Issue
Block a user