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

Method notificationsEnabled

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

Source from the content-addressed store, hash-verified

407bool Backend::providerAuthenticated() const { return m_providerAuthenticated; }
408
409bool Backend::notificationsEnabled() const { return m_notificationsEnabled; }
410void Backend::setNotificationsEnabled(bool enabled)
411{
412 if (m_notificationsEnabled == enabled) return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected