Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sonic-DE/sonic-win
/ toggleShade
Method
toggleShade
src/window.cpp:909–913 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
907
}
908
909
void Window::toggleShade()
910
{
911
// If the mode is ShadeHover or ShadeActive, cancel shade too.
912
setShade(shadeMode() == ShadeNone ? ShadeNormal : ShadeNone);
913
}
914
915
Qt::Edge Window::titlebarPosition() const
916
{
Callers
1
Run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected