Open sk-0520 opened 1 year ago
Dispatcher.BeginInvoke(new Action(() => {
Logger.LogInformation("つかえるよ! 所要時間: {0}", stopwatch.Elapsed);
これ
ApplicationManager.MoveZOrderAllNotes(false);
var notifyIcon = (Hardcodet.Wpf.TaskbarNotification.TaskbarIcon)FindResource("root");
notifyIcon.DataContext = viewModel;
ApplicationManager.StartupEnd();
}), System.Windows.Threading.DispatcherPriority.SystemIdle);
出来るにはできるけどどうなんだこれ。
良くなくもない・・・
起動時はいいけどセッション開始時(ロック解除・スリープ復帰)に考慮すべきかなぁ。
ウィンドウのアクティブ状態で前面表示が維持されるのはよくない。