Skip to content

Commit e0c345a

Browse files
committed
removing legacy code for testing
1 parent 9f8440b commit e0c345a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Flow.Launcher/PublicAPIInstance.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public void ShowMsg(string title, string subTitle, string iconPath, bool useMain
9292
{
9393
Application.Current.Dispatcher.Invoke(() =>
9494
{
95-
useMainWindowAsOwner = false;
9695
var msg = useMainWindowAsOwner ? new Msg { Owner = Application.Current.MainWindow } : new Msg();
9796
msg.Show(title, subTitle, iconPath);
9897
});

0 commit comments

Comments
 (0)