Fix update terminal not working

This commit is contained in:
crschnick 2023-06-07 15:01:19 +00:00
parent 70089f2dde
commit 5573cc92b0

View file

@ -376,7 +376,9 @@ public class AppPrefs {
public static void reset() {
INSTANCE.save();
INSTANCE = null;
// Keep instance as we might need some values on shutdown, e.g. on update with terminals
// INSTANCE = null;
}
public static AppPrefs get() {