Add an option to force selection of save path

By default oracle saves cards.xml to the correct path, where cockatrice
will be able to pick it up;
if oracle is not able to determine the path or the user unchecks the
option, oracle will ask for a save path
This commit is contained in:
Fabio Bas
2014-06-21 11:37:46 +02:00
parent bb9a79f83b
commit 1edc34f086
2 changed files with 8 additions and 2 deletions

View File

@@ -100,6 +100,7 @@ public:
SaveSetsPage(QWidget *parent = 0);
private:
QTextEdit *messageLog;
QCheckBox * defaultPathCheckBox;
protected:
void initializePage();
void cleanupPage();