mirror of
https://github.com/2dust/v2rayN.git
synced 2026-09-27 09:02:07 +03:00
Optimization and improvement, tray, etc.
https://github.com/2dust/v2rayN/pull/8083
This commit is contained in:
@@ -274,7 +274,6 @@ public class MainWindowViewModel : MyReactiveObject
|
||||
|
||||
BlReloadEnabled = true;
|
||||
await Reload();
|
||||
// await AutoHideStartup();
|
||||
}
|
||||
|
||||
#endregion Init
|
||||
@@ -576,17 +575,6 @@ public class MainWindowViewModel : MyReactiveObject
|
||||
await CoreManager.Instance.LoadCore(node);
|
||||
}
|
||||
|
||||
/*
|
||||
private async Task AutoHideStartup()
|
||||
{
|
||||
if (_config.UiItem.AutoHideStartup)
|
||||
{
|
||||
AppEvents.ShowHideWindowRequested.Publish(false);
|
||||
}
|
||||
await Task.CompletedTask;
|
||||
}
|
||||
*/
|
||||
|
||||
#endregion core job
|
||||
|
||||
#region Presets
|
||||
|
||||
Reference in New Issue
Block a user