diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 18834c0fc..655ed6260 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -14,22 +14,23 @@
-
-
+
+
+
-
+
-
+
-
+
-
-
+
+
-
-
-
+
+
+
diff --git a/src/main/java/org/cryptomator/common/settings/Settings.java b/src/main/java/org/cryptomator/common/settings/Settings.java
index 46615091d..e30389360 100644
--- a/src/main/java/org/cryptomator/common/settings/Settings.java
+++ b/src/main/java/org/cryptomator/common/settings/Settings.java
@@ -50,7 +50,6 @@ public class Settings {
SystemUtils.IS_OS_LINUX ? "org.cryptomator.linux.quickaccess.NautilusBookmarks" : null;
static final String DEFAULT_USER_INTERFACE_ORIENTATION = NodeOrientation.LEFT_TO_RIGHT.name();
- static final boolean DEFAULT_SHOW_MINIMIZE_BUTTON = false;
public static final Instant DEFAULT_TIMESTAMP = Instant.parse("2000-01-01T00:00:00Z");
public final ObservableList directories;
public final BooleanProperty askedForUpdateCheck;