note about what this is doing

This commit is contained in:
Ben Fry
2015-08-06 16:17:47 -04:00
parent ffb1bef203
commit 68e6947522
+1
View File
@@ -62,6 +62,7 @@ public class Welcome extends WebFrame {
this, this);
}
// If un-checked, the key won't be in the dict, so null will be passed
boolean keepShowing = "on".equals(dict.get("show_each_time", null));
Preferences.setBoolean("welcome.show", keepShowing);
Preferences.save();