user can now change title tooltips at all times

--previously the user when the zoom factor was
1.0 the title tooltips was disabled. BUT as it
appers there are plenty of cases that title
tooltips can be shown when zoom factor = 1.0
so the user it is better to choose if wants them
or not.
pull/8/head
Michail Vourlakos 6 years ago
parent 549628ddd0
commit c2bdfadb78

@ -674,7 +674,7 @@ PlasmaComponents.Page {
text: i18n("Show title tooltips on hovering")
tooltip: i18n("Show thinner tooltips produced by Latte for items.\nThese tooltips are not drawn when applets zoom effect is disabled");
checked: plasmoid.configuration.titleTooltips
enabled: plasmoid.configuration.zoomLevel > 0
//enabled: plasmoid.configuration.zoomLevel > 0
onClicked: {
plasmoid.configuration.titleTooltips = !plasmoid.configuration.titleTooltips;

Loading…
Cancel
Save