mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-24 07:42:43 +00:00
Compare commits
3 commits
a8148855a9
...
42e0c7bb3f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42e0c7bb3f | ||
|
|
46edd8f9a4 | ||
|
|
ebb95b5ee8 |
3 changed files with 3 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ public class MainWindowViewModel : MyReactiveObject
|
|||
{
|
||||
_config.UiItem.ShowInTaskbar = true;
|
||||
|
||||
await ConfigHandler.InitBuiltinRouting(_config);
|
||||
//await ConfigHandler.InitBuiltinRouting(_config);
|
||||
await ConfigHandler.InitBuiltinDNS(_config);
|
||||
await ConfigHandler.InitBuiltinFullConfigTemplate(_config);
|
||||
await ProfileExManager.Instance.Init();
|
||||
|
|
|
|||
|
|
@ -238,6 +238,7 @@ public class StatusBarViewModel : MyReactiveObject
|
|||
|
||||
private async Task Init()
|
||||
{
|
||||
await ConfigHandler.InitBuiltinRouting(_config);
|
||||
await RefreshRoutingsMenu();
|
||||
await InboundDisplayStatus();
|
||||
await ChangeSystemProxyAsync(_config.SystemProxyItem.SysProxyType, true);
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ public partial class MsgView : ReactiveUserControl<MsgViewModel>
|
|||
public MsgView()
|
||||
{
|
||||
InitializeComponent();
|
||||
txtMsg.TextArea.TextView.Options.EnableHyperlinks = false;
|
||||
ViewModel = new MsgViewModel(UpdateViewHandler);
|
||||
|
||||
this.WhenActivated(disposables =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue