We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3361f7 commit 70f67b6Copy full SHA for 70f67b6
src/pkg/config/config.ts
@@ -460,7 +460,7 @@ export class SystemConfig {
460
}
461
462
getBadgeNumberType() {
463
- return this._get<"none" | "run_count" | "script_count">("badge_number_type", "run_count");
+ return this._get<"none" | "run_count" | "script_count">("badge_number_type", "script_count");
464
465
466
setBadgeBackgroundColor(color: string) {
0 commit comments