mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 22:03:50 +02:00
Clear icon table on login
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user