mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Added confirmation dialogue when set added.
This commit is contained in:
parent
c914395236
commit
54a759497f
4 changed files with 61 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
#include "cardinfowidget.h"
|
||||
#include "dlg_load_deck_from_clipboard.h"
|
||||
#include "dlg_edit_tokens.h"
|
||||
#include "dlg_add_set.h"
|
||||
#include "main.h"
|
||||
#include "settingscache.h"
|
||||
#include "priceupdater.h"
|
||||
|
|
@ -904,6 +905,8 @@ void TabDeckEditor::actAddCustomSet()
|
|||
fileName, dir.absolutePath() + "/" + (maxIndex > 9 ? "" : "0") +
|
||||
QString::number(maxIndex) + "." + QFileInfo(fileName).fileName()
|
||||
);
|
||||
|
||||
DlgAddSet dlg(this, res);
|
||||
}
|
||||
|
||||
void TabDeckEditor::actEditSets()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue