Skip to content

Commit 3bc62ef

Browse files
committed
deprecate the UIAppearance service
1 parent 790b1a2 commit 3bc62ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/org/cryptomator/integrations/uiappearance/UiAppearanceProvider.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
package org.cryptomator.integrations.uiappearance;
22

33
import org.cryptomator.integrations.common.IntegrationsLoader;
4+
import org.jetbrains.annotations.ApiStatus;
45

56
import java.util.Optional;
67

78
/**
89
* This is the interface used by Cryptomator to get os specific UI appearances and themes.
10+
*
11+
* @deprecated Cryptomator uses since version 1.14.0 the JavaFX framework in version 22, which provides via Platform.Preferences the system color scheme
912
*/
13+
@Deprecated(since = "1.6.0")
14+
@ApiStatus.ScheduledForRemoval(inVersion = "1.7.0")
1015
public interface UiAppearanceProvider {
1116

1217
/**

0 commit comments

Comments
 (0)