mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
homescreen: Remove non-existent function call
This commit is contained in:
parent
d2f9664afe
commit
67863e7e54
2 changed files with 0 additions and 2 deletions
|
|
@ -95,7 +95,6 @@ AbstractAppDrawer {
|
||||||
HomeScreenComponents.ApplicationListModel.setMinimizedDelegate(index, delegate);
|
HomeScreenComponents.ApplicationListModel.setMinimizedDelegate(index, delegate);
|
||||||
HomeScreenComponents.ApplicationListModel.runApplication(storageId);
|
HomeScreenComponents.ApplicationListModel.runApplication(storageId);
|
||||||
root.launched();
|
root.launched();
|
||||||
closeTimer.restart();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,6 @@ AbstractAppDrawer {
|
||||||
HomeScreenComponents.ApplicationListModel.setMinimizedDelegate(index, delegate);
|
HomeScreenComponents.ApplicationListModel.setMinimizedDelegate(index, delegate);
|
||||||
HomeScreenComponents.ApplicationListModel.runApplication(storageId);
|
HomeScreenComponents.ApplicationListModel.runApplication(storageId);
|
||||||
root.launched();
|
root.launched();
|
||||||
closeTimer.restart();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue