notification position dialog

This commit is contained in:
Natsumi
2020-11-30 20:14:25 +13:00
committed by pypy
parent e9d3347ce7
commit 9589a708e3
2 changed files with 34 additions and 0 deletions

View File

@@ -7349,6 +7349,17 @@ import gameLogService from './service/gamelog.js'
D.visible = true;
};
// App: Notification position
$app.data.notificationPositionDialog = {
visible: false
};
$app.methods.showNotificationPositionDialog = function () {
this.$nextTick(() => adjustDialogZ(this.$refs.notificationPositionDialog.$el));
this.notificationPositionDialog.visible = true;
};
// App: Launch Dialog
$app.data.launchDialog = {