MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / resetPreferences

Method resetPreferences

ij/src/main/java/ij/Prefs.java:598–600  ·  view source on GitHub ↗

Delete the preferences file when ImageJ quits.

()

Source from the content-addressed store, hash-verified

596
597 /** Delete the preferences file when ImageJ quits. */
598 public static void resetPreferences() {
599 resetPreferences = true;
600 }
601
602 static void loadOptions() {
603 int defaultOptions = ANTIALIASING+AVOID_RESLICE_INTERPOLATION+ANTIALIASED_TOOLS+MULTI_POINT_MODE

Callers 1

resetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected