mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-16 22:27:45 +08:00
Update ConfigManager.cs
This commit is contained in:
parent
97a82c1661
commit
3804d0aab0
@ -82,7 +82,7 @@ namespace UnityExplorer.Config
|
|||||||
|
|
||||||
Target_Display = new ConfigElement<int>("Target Display",
|
Target_Display = new ConfigElement<int>("Target Display",
|
||||||
"The monitor index for UnityExplorer to use, if you have multiple. 0 is the default display, 1 is secondary, etc. " +
|
"The monitor index for UnityExplorer to use, if you have multiple. 0 is the default display, 1 is secondary, etc. " +
|
||||||
"A restart is required to deactivate extra windows.",
|
"Restart recommended when changing this setting. Make sure your extra monitors are the same resolution as your primary monitor.",
|
||||||
0);
|
0);
|
||||||
|
|
||||||
Main_Navbar_Anchor = new ConfigElement<UIManager.VerticalAnchor>("Main Navbar Anchor",
|
Main_Navbar_Anchor = new ConfigElement<UIManager.VerticalAnchor>("Main Navbar Anchor",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user