Skip to content

Commit

Permalink
improve juicity plugin config title
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Mar 13, 2024
1 parent a380a48 commit 11a6e56
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions js/plugin_juicity/juicity.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,41 +70,41 @@ class juicityClass {
preferences: [
{
type: "EditTextPreference",
key: "serverAddress",
key: "Server",
icon: "ic_hardware_router",
},
{
type: "EditTextPreference",
key: "serverPort",
key: "Remote Port",
icon: "ic_maps_directions_boat",
EditTextPreferenceModifiers: "Port",
},
//
{
"type": "EditTextPreference",
"key": "uuid",
"key": "UUID",
"icon": "ic_baseline_person_24",
},
{
"type": "EditTextPreference",
"key": "password",
"key": "Password",
"icon": "ic_settings_password",
"summaryProvider": "PasswordSummaryProvider",
},
//
{
"type": "EditTextPreference",
"key": "sni",
"key": "Server Name Indication",
"icon": "ic_action_copyright"
},
{
"type": "SwitchPreference",
"key": "allowInsecure",
"key": "Allow Insecure",
"icon": "ic_notification_enhanced_encryption",
},
{
"type": "EditTextPreference",
"key": "congestionControl",
"key": "Congestion Control",
"icon": "ic_baseline_stream_24",
},
],
Expand Down

0 comments on commit 11a6e56

Please sign in to comment.