mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
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:
parent
bb9a79f83b
commit
1edc34f086
2 changed files with 8 additions and 2 deletions
|
|
@ -100,6 +100,7 @@ public:
|
|||
SaveSetsPage(QWidget *parent = 0);
|
||||
private:
|
||||
QTextEdit *messageLog;
|
||||
QCheckBox * defaultPathCheckBox;
|
||||
protected:
|
||||
void initializePage();
|
||||
void cleanupPage();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue