mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
Fix update terminal not working
This commit is contained in:
parent
70089f2dde
commit
5573cc92b0
1 changed files with 3 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue