Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TranslucentTB/TranslucentTB
/ BringWelcomeToFront
Method
BringWelcomeToFront
TranslucentTB/application.cpp:220–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
}
219
220
bool Application::BringWelcomeToFront() noexcept
221
{
222
if (m_WelcomePage)
223
{
224
SetForegroundWindow(m_WelcomePage);
225
return true;
226
}
227
else
228
{
229
return false;
230
}
231
}
Callers
1
MessageHandler
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected