mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
Force a device state preview update after async rescan.
This commit is contained in:
parent
5f282d50dc
commit
95239af830
1 changed files with 5 additions and 1 deletions
|
@ -456,7 +456,11 @@ ChoicePage::applyActionChoice( ChoicePage::Choice choice )
|
|||
{
|
||||
QFutureWatcher< void > watcher;
|
||||
connect( &watcher, &QFutureWatcher< void >::finished,
|
||||
this, doReplace );
|
||||
this, [=]
|
||||
{
|
||||
doReplace();
|
||||
updateActionChoicePreview( currentChoice() );
|
||||
} );
|
||||
|
||||
QFuture< void > future = QtConcurrent::run( [=]
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue