mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-18 18:51:26 +00:00
Disable custom theme for now
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user