MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / ~ConfigManager

Method ~ConfigManager

TranslucentTB/managers/configmanager.cpp:255–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255ConfigManager::~ConfigManager()
256{
257 if (m_ReloadTimer)
258 {
259 if (!CancelWaitableTimer(m_ReloadTimer.get()))
260 {
261 LastErrorHandle(spdlog::level::info, L"Failed to cancel reload timer");
262 }
263 }
264}
265
266void ConfigManager::UpgradeBlur()
267{

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected