appstore add option to show installed files for app, add option to launch app website. slightly round scrollbar.

This commit is contained in:
ITotalJustice
2025-06-02 17:51:48 +01:00
parent f37fc13b7c
commit 298be4a344
6 changed files with 79 additions and 22 deletions

View File

@@ -332,7 +332,7 @@ struct ThreadQueue {
}
auto Add(const Api& api, bool is_upload = false) -> bool {
if (api.GetUrl().empty() || api.GetPath().empty() || !api.GetOnComplete()) {
if (api.GetUrl().empty() || !api.GetOnComplete()) {
return false;
}