refactor(download manager): rename files to what they contain

This commit is contained in:
DecDuck
2024-11-26 19:54:43 +11:00
parent a53d838d05
commit 99c8b39a11
8 changed files with 398 additions and 366 deletions

View File

@ -28,7 +28,6 @@ pub enum DatabaseGameStatus {
Downloading,
Installed,
Updating,
Uninstalling,
}