Skip to content

Commit

Permalink
Removed whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Loeffler committed Dec 11, 2022
1 parent 942d64d commit f360fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ private void showMasker(Runnable onEndAction) {
if (isFinished) {
Platform.runLater(() -> {
onEndAction.run();
// restore state in case welcome dialog is opened again
contentPane.setDisable(false);
masker.setVisible(false);
});
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021, Gluon and/or its affiliates.
* Copyright (c) 2021, 2022, Gluon and/or its affiliates.
* All rights reserved. Use is subject to license terms.
*
* This file is available and licensed under the following license:
Expand Down

0 comments on commit f360fe2

Please sign in to comment.