Progress bars are not hints
parent
435a7c8d5b
commit
3f3f8d2d08
|
|
@ -13,10 +13,9 @@ module Squib
|
||||||
# @param [Boolean] progress_bar enable progress bars on long-running operations
|
# @param [Boolean] progress_bar enable progress bars on long-running operations
|
||||||
# @return [nil] Returns nothing
|
# @return [nil] Returns nothing
|
||||||
# @api public
|
# @api public
|
||||||
def hint(text: nil, progress_bar: false)
|
def hint(text: nil)
|
||||||
text = nil if text == :off
|
text = nil if text == :off
|
||||||
@text_hint = text
|
@text_hint = text
|
||||||
@progress_bar.enabled = progress_bar
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# Sets various defaults for this deck. Defaults can be overriden by the commands themselves
|
# Sets various defaults for this deck. Defaults can be overriden by the commands themselves
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue