mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-18 02:31:27 +00:00
just one little change
This commit is contained in:
@@ -103,7 +103,7 @@ public class ErrorController implements FxController {
|
||||
if (matchingErrorDiscussion.isNotNull().get()) {
|
||||
var discussion = matchingErrorDiscussion.get();
|
||||
if (discussion != null) {
|
||||
application.getHostServices().showDocument(matchingErrorDiscussion.get().url);
|
||||
application.getHostServices().showDocument(discussion.url);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user