MCPcopy 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

StartStreamMethod · 0.80
StControllerMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected