diff --git a/TTMouseclickSimulator/MainWindow.xaml b/TTMouseclickSimulator/MainWindow.xaml
index d69881f..691b339 100644
--- a/TTMouseclickSimulator/MainWindow.xaml
+++ b/TTMouseclickSimulator/MainWindow.xaml
@@ -35,16 +35,19 @@
-
-
+
+
When using background mode, the simulator directly sends mouse and keyboard inputs to the Toontown window
(instead of simulating gobal inputs), so you can do other work while the simulator is running.
- The Toontown window can even be hidden behind other apps, but it shouldn't protrude beyond the edge of the screen.
- Also, you shouldn't move the mouse pointer into the Toontown window while the simulator is running.
+ The Toontown window can even be hidden behind other apps.
+ However, when using mouse actions (like auto fishing), you shouldn't move the mouse pointer into the Toontown window
+ while the simulator is running.
+
+ If this mode doesn't work correctly on your machine (e.g. toon gets sleepy), please disable background mode and try again.