Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ setCheckUpdatesEnabled
Method
setCheckUpdatesEnabled
Engine/Settings.cpp:2928–2933 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2926
}
2927
2928
void
2929
Settings::setCheckUpdatesEnabled(bool enabled)
2930
{
2931
_checkForUpdates->setValue(enabled);
2932
saveSetting( _checkForUpdates.get() );
2933
}
2934
2935
#ifdef NATRON_USE_BREAKPAD
2936
bool
Callers
1
loadInternal
Method · 0.80
Calls
3
saveSetting
Function · 0.85
setValue
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected