Skip to content

Commit ff1312f

Browse files
Solve the performance issue with FF Scouter gauges.
1 parent c3d8cc2 commit ff1312f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

extension/changelog.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"features": [],
88
"fixes": [
99
{ "message": "Fix custom sounds not working anymore.", "contributor": "DeKleineKobini" },
10-
{ "message": "Migrate the database when the background loads as well, if needed.", "contributor": "DeKleineKobini" }
10+
{ "message": "Migrate the database when the background loads as well, if needed.", "contributor": "DeKleineKobini" },
11+
{ "message": "Solve the performance issue with FF Scouter gauges.", "contributor": "DeKleineKobini" }
1112
],
1213
"changes": [
1314
{ "message": "Keep a consistent order within the sidebar information section.", "contributor": "DeKleineKobini" },

extension/scripts/features/ff-scouter/ttFFScouterGauge.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ff-scouter",
2121
() => settings.scripts.ffScouter.gauge,
2222
initialise,
23-
triggerGauge,
23+
() => setTimeout(triggerGauge),
2424
removeGauge,
2525
{
2626
storage: ["settings.scripts.ffScouter.gauge", "settings.external.tornpal"],

0 commit comments

Comments
 (0)