Delay 1s to hide the mainwindow

This commit is contained in:
2dust
2022-10-23 17:24:26 +08:00
parent ddae040567
commit 830191ee97

View File

@@ -105,7 +105,7 @@ namespace clashN.ViewModels
RestoreUI();
Observable.Range(1, 1)
.Delay(TimeSpan.FromSeconds(9))
.Delay(TimeSpan.FromSeconds(1))
.Subscribe(x =>
{
Application.Current.Dispatcher.Invoke((Action)(() =>