Add password support for vnc

This commit is contained in:
Sharat M R
2020-03-18 17:16:47 +05:30
parent 0ee71d3551
commit 49b7842f47
2 changed files with 49 additions and 3 deletions

View File

@@ -33,6 +33,18 @@
<key>PostNotification</key>
<string>com.cosmosgenius.screendump/preferences.changed</string>
</dict>
<dict>
<key>cell</key>
<string>PSSecureEditTextCell</string>
<key>defaults</key>
<string>com.cosmosgenius.screendump</string>
<key>key</key>
<string>CCSPassword</string>
<key>label</key>
<string>Password</string>
<key>PostNotification</key>
<string>com.cosmosgenius.screendump/preferences.changed</string>
</dict>
</array>
</dict>
</plist>