Skip to content

Commit 70f67b6

Browse files
committed
🎨 扩展图标显示数字默认修改为脚本数量 #989
1 parent b3361f7 commit 70f67b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pkg/config/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ export class SystemConfig {
460460
}
461461

462462
getBadgeNumberType() {
463-
return this._get<"none" | "run_count" | "script_count">("badge_number_type", "run_count");
463+
return this._get<"none" | "run_count" | "script_count">("badge_number_type", "script_count");
464464
}
465465

466466
setBadgeBackgroundColor(color: string) {

0 commit comments

Comments
 (0)