Delay 1s to hide the mainwindow
This commit is contained in:
@@ -105,7 +105,7 @@ namespace clashN.ViewModels
|
|||||||
|
|
||||||
RestoreUI();
|
RestoreUI();
|
||||||
Observable.Range(1, 1)
|
Observable.Range(1, 1)
|
||||||
.Delay(TimeSpan.FromSeconds(9))
|
.Delay(TimeSpan.FromSeconds(1))
|
||||||
.Subscribe(x =>
|
.Subscribe(x =>
|
||||||
{
|
{
|
||||||
Application.Current.Dispatcher.Invoke((Action)(() =>
|
Application.Current.Dispatcher.Invoke((Action)(() =>
|
||||||
|
|||||||
Reference in New Issue
Block a user