mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 07:43:50 +02:00
remove double notify on delete
This commit is contained in:
@@ -7530,10 +7530,6 @@ import gameLogService from './service/gamelog.js'
|
||||
|
||||
$app.methods.deleteVRCPlusIcon = function (userIcon) {
|
||||
API.deleteVRCPlusIcon(userIcon).then((args) => {
|
||||
this.$message({
|
||||
message: 'Icon deleted',
|
||||
type: 'success'
|
||||
});
|
||||
this.displayVRCPlusIconsTable();
|
||||
return args;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user