Skip to content

Commit 21ffcd2

Browse files
authored
Merge pull request #79 from codecae/temporary_bg_issue_revert
"Soft" reverting the background function
2 parents 2443fbf + be664ce commit 21ffcd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SCRIPTS/TELEMETRY/bf.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ function run_bg()
2626
end
2727
end
2828

29-
return { init=background.init, run=run, background=run_bg }
29+
--return { init=background.init, run=run, background=run_bg }
30+
return { run=run_ui }

0 commit comments

Comments
 (0)