mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-03 02:51:46 +00:00
Tooltips: add option to disable all tooltips in general tab
This commit is contained in:
@@ -16,6 +16,10 @@ Singleton {
|
||||
}
|
||||
|
||||
function show(screen, target, text, direction, delay) {
|
||||
if (!Settings.data.ui.tooltipsEnabled) {
|
||||
return
|
||||
}
|
||||
|
||||
// Don't create if no text
|
||||
if (!screen || !target || !text) {
|
||||
Logger.log("Tooltip", "No target or text")
|
||||
|
||||
Reference in New Issue
Block a user