diff --git a/main/commons/src/main/java/org/cryptomator/common/settings/UiTheme.java b/main/commons/src/main/java/org/cryptomator/common/settings/UiTheme.java
index 8df1e7f89..62fe714e4 100644
--- a/main/commons/src/main/java/org/cryptomator/common/settings/UiTheme.java
+++ b/main/commons/src/main/java/org/cryptomator/common/settings/UiTheme.java
@@ -8,7 +8,7 @@ public enum UiTheme {
AUTOMATIC("preferences.general.theme.automatic");
public static UiTheme[] applicableValues() {
- if (SystemUtils.IS_OS_MAC) {
+ if (SystemUtils.IS_OS_MAC || SystemUtils.IS_OS_WINDOWS) {
return values();
} else {
return new UiTheme[]{LIGHT, DARK};
diff --git a/main/pom.xml b/main/pom.xml
index 6b4500bc6..6a427b908 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -25,8 +25,8 @@
1.9.14
- 0.1.6
- 0.2.1
+ 1.0.0-beta2
+ 1.0.0-beta2
0.1.0
0.1.1
1.2.9