We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35fefb commit c21a1dfCopy full SHA for c21a1df
Voice Control For Plex/build.gradle
@@ -59,7 +59,7 @@ gradle.taskGraph.whenReady { taskGraph ->
59
) {
60
vbox { // Put everything below each other
61
label(text: "!Please enter key passphrase:")
62
- input = passwordField()
+ def input = passwordField()
63
button(defaultButton: true, text: 'OK', actionPerformed: {
64
pass = new String(input.password); // Set pass variable to value of input field
65
dispose(); // Close dialog
0 commit comments