Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
void Settings::setCheckForUpdates(bool b)
203
{
204
set(m_Settings,
"Settings"
,
"check_for_updates"
, b);
205
}
206
207
bool Settings::usePrereleases() const
208
{
Callers
1
update
Method · 0.80
Calls
1
set
Function · 0.70
Tested by
no test coverage detected