mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
Fix Crash on Win Portable
This commit is contained in:
parent
63aa5dd0ae
commit
65c7099d96
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue