mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Clear icon table on login 3
This commit is contained in:
+1
-1
@@ -7450,7 +7450,7 @@ import gameLogService from './service/gamelog.js'
|
|||||||
// App: VRCPlus Icons
|
// App: VRCPlus Icons
|
||||||
|
|
||||||
API.$on('LOGIN', function () {
|
API.$on('LOGIN', function () {
|
||||||
$app.data.VRCPlusIconsTable = {};
|
$app.VRCPlusIconsTable = {};
|
||||||
});
|
});
|
||||||
|
|
||||||
$app.methods.displayVRCPlusIconsTable = function () {
|
$app.methods.displayVRCPlusIconsTable = function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user