forked from Shinonome/dots-hyprland
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