MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / EditConfigFile

Method EditConfigFile

TranslucentTB/managers/configmanager.cpp:295–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295void ConfigManager::EditConfigFile()
296{
297 SaveConfig();
298
299 if (!TryOpenConfigAsJson())
300 {
301 HresultVerify(win32::EditFile(m_ConfigPath), spdlog::level::err, L"Failed to open configuration file.");
302 }
303}
304
305void ConfigManager::DeleteConfigFile()
306{

Callers 2

EditSettingsRequestedMethod · 0.45
CreateWelcomePageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected