Remove tooltip for non-checkable items

This commit is contained in:
Veronica Berglyd Olsen
2024-11-20 22:36:44 +01:00
parent 26b4da9eb4
commit a45ab2f017
3 changed files with 10 additions and 31 deletions
+2 -3
View File
@@ -275,9 +275,8 @@ class nwLabels:
"note": QT_TRANSLATE_NOOP("Constant", "Project Note"),
}
ACTIVE_NAME = {
"checked": QT_TRANSLATE_NOOP("Constant", "Active"),
"unchecked": QT_TRANSLATE_NOOP("Constant", "Inactive"),
"noncheckable": QT_TRANSLATE_NOOP("Constant", "Not Available"),
"checked": QT_TRANSLATE_NOOP("Constant", "Active"),
"unchecked": QT_TRANSLATE_NOOP("Constant", "Inactive"),
}
KEY_NAME = {
nwKeyWords.TAG_KEY: QT_TRANSLATE_NOOP("Constant", "Tag"),