mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -04:00
[libcalamaresui] Notify step number when modules are all loaded
- using the QML sidebar would not highlight the first step on startup, only after next / prev would the highlight show up. Now, notify when all the modules are loaded (and number 0 is active).
This commit is contained in:
parent
1496173b2c
commit
c3860849c1
1 changed files with 2 additions and 0 deletions
|
@ -252,6 +252,8 @@ ViewManager::onInitComplete()
|
|||
{
|
||||
m_steps.first()->onActivate();
|
||||
}
|
||||
|
||||
emit currentStepChanged();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue