mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix build issue & Improve code quality
This commit is contained in:
parent
785d14945c
commit
06dc688f49
1 changed files with 3 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
using System.IO;
|
||||
using System.Linq;
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Input;
|
||||
|
|
@ -37,8 +37,7 @@ namespace Flow.Launcher.Plugin.Explorer.Views
|
|||
|
||||
ShowInTaskbar = false;
|
||||
RenameTb.Focus();
|
||||
var window = Window.GetWindow(this);
|
||||
window.KeyDown += (s, e) =>
|
||||
KeyDown += (s, e) =>
|
||||
{
|
||||
if (e.Key == Key.Escape)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue