Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 3804d0a

Browse files
committed
Update ConfigManager.cs
1 parent 97a82c1 commit 3804d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/ConfigManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ private static void CreateConfigElements()
8282

8383
Target_Display = new ConfigElement<int>("Target Display",
8484
"The monitor index for UnityExplorer to use, if you have multiple. 0 is the default display, 1 is secondary, etc. " +
85-
"A restart is required to deactivate extra windows.",
85+
"Restart recommended when changing this setting. Make sure your extra monitors are the same resolution as your primary monitor.",
8686
0);
8787

8888
Main_Navbar_Anchor = new ConfigElement<UIManager.VerticalAnchor>("Main Navbar Anchor",

0 commit comments

Comments
 (0)