mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-23 23:57:50 -05:00
show appdata path in tooltip
This commit is contained in:
parent
916f3f1640
commit
5ba27b7acb
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@ namespace Rebuilder
|
|||
"NOTE: This also changes your movement speed, therefore reducing this will cripple your ability to win races.");
|
||||
tip.SetToolTip(run_fullscreen, "Override the registry check and run Lego Island either full screen or windowed. " +
|
||||
"Allows you to change modes without administrator privileges and registry editing.");
|
||||
tip.SetToolTip(redirect_saves, "Redirect save data to a folder that's writable so games can be saved without administrator privileges.");
|
||||
tip.SetToolTip(redirect_saves, "Redirect save data to a folder that's writable so games can be saved without administrator privileges.\n\n" +
|
||||
"Saves will be stored in: " + Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "\\LEGO Island");
|
||||
tip.SetToolTip(stay_active_when_window_is_defocused, "Lego Island's default behavior is to pause all operations when defocused. " +
|
||||
"This setting overrides that behavior and keeps Lego Island active even when unfocused.");
|
||||
|
||||
|
|
Loading…
Reference in a new issue