diff --git a/src/main.qml b/src/main.qml index 5dc6e18..6e7868a 100644 --- a/src/main.qml +++ b/src/main.qml @@ -1618,7 +1618,11 @@ ApplicationWindow { if (oslist_parsed.length != 0) { var candidate = oslist_parsed[0] - if ("description" in candidate && !("subitems" in candidate)) { + if ("description" in candidate && + !("subitems" in candidate) && + !candidate["description"].includes("(Recommended)") + ) + { candidate["description"] += " (Recommended)" } }