mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add startup boundary to log
This commit is contained in:
parent
4a375b6563
commit
1432866798
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ namespace Wox
|
|||
{
|
||||
Stopwatch.Normal("Startup Time", () =>
|
||||
{
|
||||
Log.Info("-------------------------- Begin Wox startup --------------------------");
|
||||
RegisterDispatcherUnhandledException();
|
||||
|
||||
var settingVM = new SettingWindowViewModel();
|
||||
|
|
@ -61,6 +62,7 @@ namespace Wox
|
|||
AutoUpdates();
|
||||
|
||||
mainVM.MainWindowVisibility = _settings.HideOnStartup ? Visibility.Hidden : Visibility.Visible;
|
||||
Log.Info("-------------------------- End Wox startup --------------------------");
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue