Show Avatar Details

This commit is contained in:
Natsumi
2020-12-02 07:57:46 +13:00
committed by pypy
parent 934a27b4fc
commit 8aa1b2621f
2 changed files with 4 additions and 4 deletions

View File

@@ -6361,7 +6361,7 @@ import gameLogService from './service/gamelog.js'
this.$message('Request invite sent');
return args;
});
} else if (command === 'Show Avatar Author') {
} else if (command === 'Show Avatar Details') {
var { currentAvatarImageUrl } = D.ref;
var id = extractFileId(currentAvatarImageUrl);
if (id) {
@@ -7354,7 +7354,7 @@ import gameLogService from './service/gamelog.js'
$app.data.notificationPositionDialog = {
visible: false
};
$app.methods.showNotificationPositionDialog = function () {
this.$nextTick(() => adjustDialogZ(this.$refs.notificationPositionDialog.$el));
this.notificationPositionDialog.visible = true;