mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-06-22 14:29:18 -04:00
Fix update terminal not working
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user