mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2025-03-23 19:19:40 -04:00
added warning that stay active only works in windowed mode
This commit is contained in:
parent
5ba27b7acb
commit
0e5e3823a4
1 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,8 @@ namespace Rebuilder
|
|||
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.");
|
||||
"This setting overrides that behavior and keeps Lego Island active even when unfocused.\n\n" +
|
||||
"NOTE: This currently only works in windowed mode.");
|
||||
|
||||
grid.ResumeLayout(true);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue