mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-03 13:36:04 +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
|
// App: VRCPlus Icons
|
||||||
|
|
||||||
|
API.$on('LOGIN', function () {
|
||||||
|
$app.data.VRCPlusIconsTable = {};
|
||||||
|
});
|
||||||
|
|
||||||
$app.methods.displayVRCPlusIconsTable = function () {
|
$app.methods.displayVRCPlusIconsTable = function () {
|
||||||
var params = {
|
var params = {
|
||||||
n: 100,
|
n: 100,
|
||||||
|
|||||||
Reference in New Issue
Block a user