Moved invalid location message to location

This commit is contained in:
GeoffreyCoulaud
2023-07-26 15:27:28 +02:00
parent 04d0e9e90e
commit fa8a15addf
9 changed files with 20 additions and 11 deletions

View File

@@ -377,6 +377,7 @@ class HeroicSource(URLExecutableSource):
"config.json": LocationSubPath("config.json"),
"store_config.json": LocationSubPath("store/config.json"),
},
invalid_subtitle=Location.CONFIG_INVALID_SUBTITLE,
)
)