diff --git a/cockatrice/src/dialogs/dlg_settings.cpp b/cockatrice/src/dialogs/dlg_settings.cpp index b3d6ca072..f2dd5107b 100644 --- a/cockatrice/src/dialogs/dlg_settings.cpp +++ b/cockatrice/src/dialogs/dlg_settings.cpp @@ -122,7 +122,7 @@ GeneralSettingsPage::GeneralSettingsPage() resetAllPathsButton = new QPushButton; - bool isPortable = true; // settings.getIsPortableBuild(); + bool isPortable = settings.getIsPortableBuild(); if (isPortable) { deckPathEdit->setEnabled(false); replaysPathEdit->setEnabled(false);