Fix Crash on Win Portable

This commit is contained in:
ZeldaZach 2024-12-28 22:02:00 -05:00
parent 6d377aea7b
commit 63aa5dd0ae
No known key found for this signature in database

View file

@ -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);