mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
removing legacy code for testing
This commit is contained in:
parent
9f8440b4b7
commit
e0c345ae13
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue