Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getWindowMaximized
Method
getWindowMaximized
src/AppConfig.cpp:374–376 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
}
373
374
bool AppConfig::getWindowMaximized() {
375
return winMax.load();
376
}
377
378
void AppConfig::setModemPropsCollapsed(bool collapse) {
379
modemPropsCollapsed.store(collapse);
Callers
1
initConfigurationSettings
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected