MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / applySettings

Method applySettings

cli/application.cpp:267–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267bool Application::applySettings()
268{
269 if (!m_settingsApplied) {
270 m_settingsApplied = true;
271 return m_connection.applySettings(m_settings);
272 }
273 return false;
274}
275
276bool Application::waitForConnected()
277{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected