This commit is contained in:
ilyaHlevnoy
2022-10-20 16:14:08 +03:00
parent dce6722fd1
commit 4e667de886

View File

@ -44,7 +44,7 @@ public class SparkMeetPlugin implements Plugin, ChatRoomListener, GlobalMessageL
public String url = null;
private org.jivesoftware.spark.ChatManager chatManager;
private File pluginsettings = new File(System.getProperty("user.home") + System.getProperty("file.separator") + "Spark" + System.getProperty("file.separator") + "ofmeet.properties");
private final File pluginsettings = new File( Spark.getLogDirectory().getParentFile() + System.getProperty("file.separator") + "ofmeet.properties");
private final Map<String, ChatRoomDecorator> decorators = new HashMap<>();
private String electronExePath = null;