Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ IsMaxWindowEnabled
Method
IsMaxWindowEnabled
src/render_panel/gr_settings.cpp:354–356 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
352
}
353
354
bool GrSettings::IsMaxWindowEnabled() {
355
return sp_->Get(kStShowMaxWindow) == kStTrue;
356
}
357
358
void GrSettings::SetMaxNumOfScreen(const std::string& num) {
359
sp_->Put(kStMaxNumOfScreen, num);
Callers
2
StartStream
Method · 0.80
StController
Method · 0.80
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected