mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 08:52:15 -07:00
Fix Crash on Win Portable
This commit is contained in:
parent
6d377aea7b
commit
63aa5dd0ae
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ GeneralSettingsPage::GeneralSettingsPage()
|
||||||
resetAllPathsButton = new QPushButton;
|
resetAllPathsButton = new QPushButton;
|
||||||
|
|
||||||
|
|
||||||
bool isPortable = true; // settings.getIsPortableBuild();
|
bool isPortable = settings.getIsPortableBuild();
|
||||||
if (isPortable) {
|
if (isPortable) {
|
||||||
deckPathEdit->setEnabled(false);
|
deckPathEdit->setEnabled(false);
|
||||||
replaysPathEdit->setEnabled(false);
|
replaysPathEdit->setEnabled(false);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue