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
commit
3268c03d21
1 changed files with 4 additions and 0 deletions
  1. +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)


Loading…
Cancel
Save