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

Method refreshStatus

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

Source from the content-addressed store, hash-verified

658}
659
660void Backend::refreshStatus()
661{
662 detectSteamPath();
663 scanStorageForApps(); // Primary source: what's actually synced
664 loadConfig();
665 QTimer::singleShot(0, this, &Backend::resolveAppNames);
666 emit statusChanged();
667}
668
669QString Backend::defaultTokenPath(const QString &provider) const
670{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected