Add delete_all_remote_backups and some refactoring.

This commit is contained in:
J-D-K
2025-08-01 13:53:57 -04:00
parent 73af5ffe7e
commit 8172e59ccf
73 changed files with 1450 additions and 833 deletions

View File

@@ -38,6 +38,8 @@ ExtrasMenuState::ExtrasMenuState()
ExtrasMenuState::initialize_menu();
}
std::shared_ptr<ExtrasMenuState> create() { return std::make_shared<ExtrasMenuState>(); }
void ExtrasMenuState::update()
{
const bool hasFocus = BaseState::has_focus();