Tooltips: should end with a coma.
This commit is contained in:
parent
9065257961
commit
ae12d77e29
5 changed files with 11 additions and 11 deletions
|
|
@ -23,7 +23,7 @@ Rectangle {
|
|||
|
||||
NTooltip {
|
||||
id: tooltip
|
||||
text: Time.dateString
|
||||
text: `${Time.dateString}.`
|
||||
target: clock
|
||||
positionAbove: Settings.data.bar.position === "bottom"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue