mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
Avoid multiple connects.
This commit is contained in:
parent
db36f18399
commit
e061385f4b
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ ChoicePage::applyActionChoice( ChoicePage::Choice choice )
|
||||||
&ChoicePage::doReplaceSelectedPartition,
|
&ChoicePage::doReplaceSelectedPartition,
|
||||||
current ),
|
current ),
|
||||||
this );
|
this );
|
||||||
} );
|
}, Qt::UniqueConnection );
|
||||||
break;
|
break;
|
||||||
case NoChoice:
|
case NoChoice:
|
||||||
case Manual:
|
case Manual:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue