MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / setCheckForUpdates

Method setCheckForUpdates

src/settings.cpp:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void Settings::setCheckForUpdates(bool b)
203{
204 set(m_Settings, "Settings", "check_for_updates", b);
205}
206
207bool Settings::usePrereleases() const
208{

Callers 1

updateMethod · 0.80

Calls 1

setFunction · 0.70

Tested by

no test coverage detected