Browse Source

🔄 Retrieve server group from UI

tags/4.2.1.0
database64128 Student Main 4 years ago
parent
commit
d19c5db77e
No known key found for this signature in database GPG Key ID: AA78519C208C8742
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      shadowsocks-csharp/View/ConfigForm.cs

+ 1
- 0
shadowsocks-csharp/View/ConfigForm.cs View File

@@ -203,6 +203,7 @@ namespace Shadowsocks.View
plugin_args = PluginArgumentsTextBox.Text,
remarks = RemarksTextBox.Text,
timeout = timeout.Value,
group = GroupTextBox.Text
};
return true;


Loading…
Cancel
Save