mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
homescreens/folio: Allow opening settings menu from favourites bar
This commit is contained in:
parent
9fb2951384
commit
dd8916c611
1 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import org.kde.kirigami 2.10 as Kirigami
|
|||
|
||||
import "./delegate"
|
||||
|
||||
Item {
|
||||
MouseArea {
|
||||
id: root
|
||||
|
||||
property var homeScreen
|
||||
|
|
@ -24,6 +24,8 @@ Item {
|
|||
|
||||
signal delegateDragRequested(var item)
|
||||
|
||||
onPressAndHold: Folio.HomeScreenState.openSettingsView()
|
||||
|
||||
Repeater {
|
||||
model: Folio.FavouritesModel
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue