From ceed93a6962a21b0329228e8a576de7ba034535e Mon Sep 17 00:00:00 2001 From: gac-x12sa Date: Fri, 16 Dec 2022 17:41:23 +0100 Subject: [PATCH] Closedown --- plugins/Eiger.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/Eiger.java b/plugins/Eiger.java index e26fe1e..614fceb 100644 --- a/plugins/Eiger.java +++ b/plugins/Eiger.java @@ -1,14 +1,17 @@ import ch.psi.pshell.ui.Panel; import ch.psi.utils.State; +import java.nio.file.Paths; /** * */ public class Eiger extends Panel { - + final String RENDERER_PERSIST_FILE = "{context}/EigerRenderer"; + public Eiger() { initComponents(); + renderer.setPersistenceFile(Paths.get(getContext().getSetup().expandPath(RENDERER_PERSIST_FILE))); } //Overridable callbacks