| 658 | } |
| 659 | |
| 660 | void 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 | |
| 669 | QString Backend::defaultTokenPath(const QString &provider) const |
| 670 | { |
nothing calls this directly
no outgoing calls
no test coverage detected