mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-07-02 13:37:29 -05:00
add option to open tooltips by pressing the mouse button
This commit is contained in:
@@ -40,8 +40,7 @@ Item {
|
||||
MouseArea {
|
||||
id: mouseArea
|
||||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
acceptedButtons: Qt.NoButton
|
||||
hoverEnabled: !Config.options.bar.tooltips.clickToShow
|
||||
|
||||
ClockWidgetPopup {
|
||||
hoverTarget: mouseArea
|
||||
|
||||
Reference in New Issue
Block a user