better naming for menu tabs (Fs -> Files, Apps, App -> Store)

fixes #30
This commit is contained in:
ITotalJustice
2024-12-21 16:35:26 +00:00
parent 8f1084b24f
commit aa03256fd4
2 changed files with 24 additions and 10 deletions

View File

@@ -14,6 +14,8 @@ enum class UpdateState {
None,
// update available!
Update,
// there was an error whilst checking for updates.
Error,
};
// this holds 2 menus and allows for switching between them