mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Hide main window when dragging results.
This commit is contained in:
parent
18d6f67d28
commit
b759de4753
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
|
|
@ -137,6 +137,8 @@ namespace Flow.Launcher
|
|||
|
||||
isDragging = false;
|
||||
|
||||
App.API.HideMainWindow();
|
||||
|
||||
var data = new DataObject(DataFormats.FileDrop, new[]
|
||||
{
|
||||
path
|
||||
|
|
|
|||
Loading…
Reference in a new issue