mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #2618 from Flow-Launcher/hide-main-window-when-dragging
Hide main window when dragging results
This commit is contained in:
commit
aadcc399fd
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