Clear icon table on login

This commit is contained in:
Natsumi
2020-12-11 11:27:02 +13:00
committed by pypy
parent 1d584e3576
commit a05836e60a

View File

@@ -7449,6 +7449,10 @@ import gameLogService from './service/gamelog.js'
// App: VRCPlus Icons
API.$on('LOGIN', function () {
$app.data.VRCPlusIconsTable = {};
});
$app.methods.displayVRCPlusIconsTable = function () {
var params = {
n: 100,