forked from 0x2620/oxjs
Ox.Progressbar: make tooltips optional
This commit is contained in:
parent
23b583098e
commit
3bfd8be160
2 changed files with 6 additions and 3 deletions
|
|
@ -65,6 +65,7 @@ Ox.load('UI', function() {
|
|||
showPercent: true,
|
||||
showRestartButton: true,
|
||||
showTime: true,
|
||||
showTooltips: true,
|
||||
width: progressWidth
|
||||
})
|
||||
.attr({id: 'progress2'})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue