Skip to content
Snippets Groups Projects
Commit 8446da81 authored by rswindell's avatar rswindell
Browse files

Disable LogTimer and ServiceStatsTimer by default.

parent 7fec8873
Branches
Tags
No related merge requests found
......@@ -5427,12 +5427,14 @@ object MainForm: TMainForm
Left = 600
end
object LogTimer: TTimer
Enabled = False
Interval = 250
OnTimer = LogTimerTick
Left = 536
Top = 40
end
object ServiceStatusTimer: TTimer
Enabled = False
Interval = 250
OnTimer = ServiceStatusTimerTick
Left = 504
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment