Disable custom theme for now

This commit is contained in:
Sebastian Stenzel
2019-09-19 10:40:20 +02:00
parent 07aa71bb9d
commit d87955adb6

View File

@@ -2,8 +2,8 @@ package org.cryptomator.common.settings;
public enum UiTheme {
LIGHT("Light"),
DARK("Dark"),
CUSTOM("Custom (%s)");
DARK("Dark");
// CUSTOM("Custom (%s)");
private String displayName;