Skip to content

Commit 9427917

Browse files
committed
deprecate whole uiappearance package
1 parent 3bc62ef commit 9427917

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/**
2+
* Package for getting the OS color theme and listening to theme changes.
3+
*
4+
* @deprecated Cryptomator uses since version 1.14.0 the JavaFX framework in version 22, which provides via Platform.Preferences the system color scheme
5+
*/
6+
@Deprecated(since = "1.6.0")
7+
@ApiStatus.ScheduledForRemoval(inVersion = "1.7.0")
8+
package org.cryptomator.integrations.uiappearance;
9+
10+
import org.jetbrains.annotations.ApiStatus;

0 commit comments

Comments
 (0)