Skip to content

Commit d35122d

Browse files
committed
refactor: remove Declarative UI menu item.
Signed-off-by: Camila Ayres <[email protected]>
1 parent a998866 commit d35122d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/gui/tray/ActivityItemContent.qml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -205,14 +205,6 @@ RowLayout {
205205
hoverEnabled: true
206206
onClicked: Systray.presentFileActionsViewInSystray(model.openablePath)
207207
}
208-
209-
MenuItem {
210-
height: visible ? implicitHeight : 0
211-
text: qsTr("Declarative UI")
212-
font.pixelSize: Style.topLinePixelSize
213-
hoverEnabled: true
214-
onClicked: Systray.presentDeclarativeUiViewInSystray(model.openablePath)
215-
}
216208
}
217209
}
218210

0 commit comments

Comments
 (0)