Manage GM cards
This commit is contained in:
@@ -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'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user