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 c21a1df commit 14b1ee8Copy full SHA for 14b1ee8
Voice Control For Plex/build.gradle
@@ -58,7 +58,7 @@ gradle.taskGraph.whenReady { taskGraph ->
58
show: true // Let's show it
59
) {
60
vbox { // Put everything below each other
61
- label(text: "!Please enter key passphrase:")
+ label(text: "Please enter key passphrase:")
62
def input = passwordField()
63
button(defaultButton: true, text: 'OK', actionPerformed: {
64
pass = new String(input.password); // Set pass variable to value of input field
0 commit comments