One more tooltip
This commit is contained in:
parent
ae12d77e29
commit
0fd9ac15cd
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ Rectangle {
|
|||
|
||||
NTooltip {
|
||||
id: taskbarTooltip
|
||||
text: taskbarItem.modelData.title || taskbarItem.modelData.appId || "Unknown App"
|
||||
text: taskbarItem.modelData.title || taskbarItem.modelData.appId || "Unknown App."
|
||||
target: taskbarItem
|
||||
positionAbove: Settings.data.bar.position === "bottom"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue