mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-09 00:39:27 -05:00
add option to open tooltips by pressing the mouse button
This commit is contained in:
@@ -334,4 +334,17 @@ ContentPage {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ContentSection {
|
||||
icon: "tooltip"
|
||||
title: Translation.tr("Tooltips")
|
||||
ConfigSwitch {
|
||||
buttonIcon: "web_traffic"
|
||||
text: Translation.tr("Click to show")
|
||||
checked: Config.options.bar.tooltips.clickToShow
|
||||
onCheckedChanged: {
|
||||
Config.options.bar.tooltips.clickToShow = checked;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user