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