Skip to content

Commit

Permalink
add setAlwaysOnTop call in askForPassphrase method
Browse files Browse the repository at this point in the history
  • Loading branch information
radon-86 committed Aug 4, 2024
1 parent d60ced5 commit 82e6acb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ private Path askUserForMasterkeyFilePath() throws InterruptedException {
private void askForPassphrase() throws InterruptedException {
var comp = passphraseEntry.savedPassword(passphrase).build();
Platform.runLater(() -> {
window.setAlwaysOnTop(true);
window.setScene(comp.passphraseEntryScene());
window.show();
Window owner = window.getOwner();
Expand Down

0 comments on commit 82e6acb

Please sign in to comment.