Added a config arg to opt out of window geometry saving

This commit is contained in:
Vhati 2013-09-04 19:50:38 -04:00
parent 6cefc144eb
commit cd040e6ecc
3 changed files with 19 additions and 12 deletions

View file

@ -46,7 +46,9 @@ public class FTLModManager {
config.setProperty( "ftl_dats_path", "" );
config.setProperty( "never_run_ftl", "false" );
config.setProperty( "use_default_ui", "false" );
config.setProperty( "remember_geometry", "true" );
// "update_catalog" doesn't have a default.
// "manager_geometry" doesn't have a default.
// Read the config file.
InputStream in = null;