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

Method updatesAreAllowed

launcher/Application.cpp:1325–1328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1323}
1324
1325bool Application::updatesAreAllowed()
1326{
1327 return m_runningInstances == 0;
1328}
1329
1330void Application::updateIsRunning(bool running)
1331{

Callers 3

MainWindowMethod · 0.80
updateAvailableMethod · 0.80
downloadUpdatesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected