We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b63bcc commit 4b1c092Copy full SHA for 4b1c092
1 file changed
App/Views/TrayWindow.xaml.cs
@@ -4,23 +4,17 @@
4
using Coder.Desktop.App.Utils;
5
using Coder.Desktop.App.Views.Pages;
6
using CommunityToolkit.Mvvm.Input;
7
-using Microsoft.Extensions.Configuration;
8
using Microsoft.UI;
9
-using Microsoft.UI.Composition;
10
-using Microsoft.UI.Composition.SystemBackdrops;
11
using Microsoft.UI.Input;
12
using Microsoft.UI.Windowing;
13
using Microsoft.UI.Xaml;
14
using Microsoft.UI.Xaml.Controls;
15
-using Microsoft.UI.Xaml.Media;
16
using Microsoft.UI.Xaml.Media.Animation;
17
using System;
18
-using System.Diagnostics;
19
using System.Runtime.InteropServices;
20
using Windows.Graphics;
21
using Windows.System;
22
using Windows.UI.Core;
23
-using WinRT;
24
using WinRT.Interop;
25
using WindowActivatedEventArgs = Microsoft.UI.Xaml.WindowActivatedEventArgs;
26
0 commit comments