mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-21 20:21:27 +00:00
fix wrong method delegation
This commit is contained in:
@@ -95,7 +95,7 @@ public class JfxUiAppearanceProvider implements UiAppearanceProvider {
|
||||
public void adjustToTheme(Theme theme) {
|
||||
var impl = realImpl.get();
|
||||
if (impl != null) {
|
||||
impl.getSystemTheme();
|
||||
impl.adjustToTheme(theme);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user