mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
fixed DlgEditTokens crash when removing a token
This commit is contained in:
parent
089c937167
commit
60f99818e1
4 changed files with 13 additions and 13 deletions
|
|
@ -492,7 +492,7 @@ void TabDeckEditor::actEditSets()
|
|||
|
||||
void TabDeckEditor::actEditTokens()
|
||||
{
|
||||
DlgEditTokens dlg;
|
||||
DlgEditTokens dlg(databaseModel);
|
||||
dlg.exec();
|
||||
db->saveToFile(settingsCache->getTokenDatabasePath(), true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue