This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
shadowsocks-windows
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
67
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Seperate strategy and servers menugroup
User requested. Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
tags/3.2
Syrone Wong
9 years ago
parent
6a552a03d0
commit
3268c03d21
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
shadowsocks-csharp/View/MenuViewController.cs
+ 4
- 0
shadowsocks-csharp/View/MenuViewController.cs
View File
@@ -405,6 +405,10 @@ namespace Shadowsocks.View
items.Add(i, item);
i++;
}
// user want a seperator item between strategy and servers menugroup
items.Add( i++, new MenuItem("-") );
int strategyCount = i;
Configuration configuration = controller.GetConfigurationCopy();
foreach (var server in configuration.configs)
Write
Preview
Loading…
Cancel
Save