diff --git a/html/src/app.js b/html/src/app.js index 83d4eea9..41496414 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -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,