NIconButton: added native tooltip handling
This commit is contained in:
parent
275c2ae8ba
commit
9e0bb64d07
4 changed files with 18 additions and 17 deletions
|
|
@ -60,7 +60,7 @@ NPill {
|
|||
|
||||
if (testMode) {
|
||||
lines.push("Time left: " + Time.formatVagueHumanReadableDuration(12345))
|
||||
return lines.join("\n");
|
||||
return lines.join("\n")
|
||||
}
|
||||
|
||||
if (!root.isReady) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue