Show SD-card info only if requested

This commit is contained in:
jpirnay
2026-04-09 12:58:19 +02:00
parent abd4ec0003
commit 82a32f9f46
9 changed files with 81 additions and 17 deletions
@@ -18,4 +18,5 @@ class SystemInformationActivity final : public Activity {
private:
std::optional<SystemStatus> status_;
bool sdStatusReady_ = false;
bool sdLoadRequested_ = false;
};