Fix Crash on Win Portable

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

View file

@ -121,7 +121,6 @@ GeneralSettingsPage::GeneralSettingsPage()
// Required init here to avoid crashing on Portable builds
resetAllPathsButton = new QPushButton;
bool isPortable = settings.getIsPortableBuild();
if (isPortable) {
deckPathEdit->setEnabled(false);