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

This commit is contained in:
DecDuck
2024-11-26 19:54:43 +11:00
parent e08a2b20f3
commit 12b15aa0fd
8 changed files with 398 additions and 366 deletions
-1
View File
@@ -28,7 +28,6 @@ pub enum DatabaseGameStatus {
Downloading,
Installed,
Updating,
Uninstalling,
}