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