MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / setNotificationsEnabled

Method setNotificationsEnabled

ui-linux/src/backend.cpp:410–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408
409bool Backend::notificationsEnabled() const { return m_notificationsEnabled; }
410void Backend::setNotificationsEnabled(bool enabled)
411{
412 if (m_notificationsEnabled == enabled) return;
413 m_notificationsEnabled = enabled;
414 saveConfig();
415}
416
417bool Backend::statsSyncEnabled() const { return m_statsSyncEnabled; }
418void Backend::setStatsSyncEnabled(bool enabled)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected