Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ SetScaleMode
Method
SetScaleMode
src/client/ct_settings.cpp:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
void Settings::SetScaleMode(ScaleMode mode) {
81
scale_mode_ = mode;
82
sp_->Put(kKeyScaleMode, std::to_string((int)mode));
83
}
84
85
void Settings::SetFps(int fps) {
86
fps_ = fps;
Callers
2
SwitchScaleMode
Method · 0.80
UpdateScaleMode
Method · 0.80
Calls
1
to_string
Function · 0.85
Tested by
no test coverage detected