mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-08 08:19:26 -05:00
use a proper icon for tooltips click to show option
This commit is contained in:
@@ -339,7 +339,7 @@ ContentPage {
|
|||||||
icon: "tooltip"
|
icon: "tooltip"
|
||||||
title: Translation.tr("Tooltips")
|
title: Translation.tr("Tooltips")
|
||||||
ConfigSwitch {
|
ConfigSwitch {
|
||||||
buttonIcon: "web_traffic"
|
buttonIcon: "ads_click"
|
||||||
text: Translation.tr("Click to show")
|
text: Translation.tr("Click to show")
|
||||||
checked: Config.options.bar.tooltips.clickToShow
|
checked: Config.options.bar.tooltips.clickToShow
|
||||||
onCheckedChanged: {
|
onCheckedChanged: {
|
||||||
|
|||||||
Reference in New Issue
Block a user