removing legacy code for testing

This commit is contained in:
弘韬 张 2021-01-21 12:18:23 +08:00
parent 9f8440b4b7
commit e0c345ae13

View file

@ -92,7 +92,6 @@ namespace Flow.Launcher
{
Application.Current.Dispatcher.Invoke(() =>
{
useMainWindowAsOwner = false;
var msg = useMainWindowAsOwner ? new Msg { Owner = Application.Current.MainWindow } : new Msg();
msg.Show(title, subTitle, iconPath);
});