Skip to content
Snippets Groups Projects
Unverified Commit 795a7a29 authored by Yarick Yermak's avatar Yarick Yermak Committed by GitHub
Browse files

Merge pull request #235 from yermak/development

Urgent fix
parents 02bdbdc9 6cfe5eb1
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -220,7 +220,7 @@ public class Utils {
private static synchronized Properties loadAppProperties() {
if (PATH.isEmpty()) {
File file = new File((isLinux()) ? "../lib/app/path.properties" : "path.properties");
File file = new File((isLinux()) ? "../lib/app/path.properties" : "app/path.properties");
if (file.exists()) {
try (FileInputStream in = new FileInputStream(file)) {
......
......@@ -128,11 +128,13 @@
<MenuItem text="Check new version" onAction="#checkVersion"/>
</Menu>
<!--
<Menu fx:id="mDonate">
<graphic>
<Label text="Donate!" onMouseClicked="#openDonate"/>
</graphic>
</Menu>
-->
</MenuBar>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment