Whether to hide the widget automatically if it's watching no running task. */
| 16 | |
| 17 | /** Whether to hide the widget automatically if it's watching no running task. */ |
| 18 | void hideIfInactive(bool hide) { m_hide_if_inactive = hide; } |
| 19 | |
| 20 | /** Reset the displayed progress to 0 */ |
| 21 | void reset(); |