mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
note about what this is doing
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user