Manage GM cards

This commit is contained in:
2021-03-08 23:26:56 +01:00
parent a824a82678
commit d7131d4675
2 changed files with 6 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ export class SoSGMDeck extends Dialog {
title: 'GM Deck Dialog',
content: html,
buttons: {
'flip-close': { label: 'Cancel and Close', callback: html => this.onFlipClose() }
'flip-close': { label: 'Close', callback: html => this.onFlipClose() }
},
default: 'flip'
};