diff --git a/.gitignore b/.gitignore index 1ee5385..ee02846 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +dist/ + ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ## diff --git a/FemboyWatchdog/Toolbar.cs b/FemboyWatchdog/Toolbar.cs index 3225fa4..89a91b0 100644 --- a/FemboyWatchdog/Toolbar.cs +++ b/FemboyWatchdog/Toolbar.cs @@ -69,6 +69,7 @@ namespace FemboyWatchdog lastmousemvmtTimer.Tick += new EventHandler(lastmousemvmtTimer_Tick); OpenCamera(); + ttsTimer.Start(); } private void lastmousemvmtTimer_Tick(object sender, EventArgs e) @@ -184,7 +185,6 @@ namespace FemboyWatchdog vsp.VideoSource = source; vsp.Start(); this.Cursor = Cursors.Default; - ttsTimer.Start(); labelBlinkTimer.Start(); } catch { }