mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
homescreens/halcyon: Fix pinned model not being loaded
This commit is contained in:
parent
304ba155b6
commit
4df3e9703e
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ MobileShell.HomeScreen {
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
Halcyon.ApplicationListModel.loadApplications();
|
Halcyon.ApplicationListModel.loadApplications();
|
||||||
|
Halcyon.PinnedModel.load();
|
||||||
forceActiveFocus();
|
forceActiveFocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue