浏览代码

Disable custom theme for now

Sebastian Stenzel 5 年之前
父节点
当前提交
ad29c009b2
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      main/ui/src/main/java/org/cryptomator/ui/fxapp/FxApplication.java

+ 4 - 4
main/ui/src/main/java/org/cryptomator/ui/fxapp/FxApplication.java

@@ -119,10 +119,10 @@ public class FxApplication extends Application {
 
 	private void loadSelectedStyleSheet(UiTheme theme) {
 		switch (theme) {
-			case CUSTOM:
-				// TODO
-				Application.setUserAgentStylesheet(getClass().getResource("/css/mac_theme.css").toString());
-				break;
+//			case CUSTOM:
+//				// TODO
+//				Application.setUserAgentStylesheet(getClass().getResource("/css/mac_theme.css").toString());
+//				break;
 			case DARK:
 				Application.setUserAgentStylesheet(getClass().getResource("/css/dark_theme.css").toString());
 				macFunctions.map(MacFunctions::uiAppearance).ifPresent(JniException.ignore(MacApplicationUiAppearance::setToDarkAqua));