MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / hideIfInactive

Method hideIfInactive

launcher/ui/widgets/ProgressWidget.h:18–18  ·  view source on GitHub ↗

Whether to hide the widget automatically if it's watching no running task. */

Source from the content-addressed store, hash-verified

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();

Callers 1

ModPageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected