Add option to remove all games

This commit is contained in:
kramo
2023-03-30 16:22:58 +02:00
parent bf2a500d5e
commit 61ef02cc7a
5 changed files with 65 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ class Importer:
create_dialog(
self.parent_widget,
_("No Games Found"),
_("No new games were found on your device."),
_("No new games were found on your system."),
"open_preferences",
_("Preferences"),
).connect("response", response)