Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfBarkow committed May 15, 2024
2 parents 1610a80 + d1e250d commit ef1c542
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 361 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ void logStartingMainWindow() {
void validateSettings() {
//TODO use default settings
if (settings == null) {
throw new IllegalArgumentException("Settings cannot be null.");
Settings settings = new Settings();
settings.initDefaultSettingsIfMissing();
}
}

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit ef1c542

Please sign in to comment.