File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/cryptomator/linux/tray Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >org.cryptomator</groupId >
7
7
<artifactId >integrations-linux</artifactId >
8
- <version >1.4.2 </version >
8
+ <version >1.4.3 </version >
9
9
10
10
<name >integrations-linux</name >
11
11
<description >Provides optional Linux services used by Cryptomator</description >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ private void showTrayIconWithSVG(String s) {
49
49
try (var arena = Arena .ofConfined ()) {
50
50
var svgSourcePath = System .getProperty (SVG_SOURCE_PROPERTY );
51
51
// flatpak
52
- if (svgSourcePath ! = null ) {
52
+ if (svgSourcePath = = null ) {
53
53
indicator = app_indicator_new (arena .allocateUtf8String (APP_INDICATOR_ID ),
54
54
arena .allocateUtf8String (s ),
55
55
APP_INDICATOR_CATEGORY_APPLICATION_STATUS ());
You can’t perform that action at this time.
0 commit comments