Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-first-time-wizard-startup-lo…
Browse files Browse the repository at this point in the history
…op2' into next
  • Loading branch information
ArneBab committed Dec 29, 2022
2 parents 8da004c + 225d963 commit 5ebbac5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/freenet/clients/http/FirstTimeWizardNewToadlet.java
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,11 @@ private void save() {
}
}

try {
config.get("fproxy").set("hasCompletedWizard", true);
} catch (ConfigException e) {
Logger.error(this, "Should not happen, please report! " + e, e);
}
core.storeConfig();
}
}
Expand Down

0 comments on commit 5ebbac5

Please sign in to comment.