Polish goal popups
This commit is contained in:
@@ -1073,9 +1073,7 @@
|
||||
),
|
||||
colors: targets.map((t) => t.color),
|
||||
hint: "Clear the target colors",
|
||||
summary: `Clear target colors: ${targets
|
||||
.map((t) => `${t.count}x ${t.color || ""}`.trim())
|
||||
.join(", ")}`,
|
||||
summary: `Clear target colors`,
|
||||
};
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user