Skip to content

Commit 621d3cd

Browse files
committed
moved TitleBarIcon from Controls to Utils
1 parent 680b716 commit 621d3cd

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

App/Controls/TitleBarIcon.cs renamed to App/Utils/TitleBarIcon.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using Microsoft.UI.Xaml.Controls.Primitives;
66
using WinRT.Interop;
77

8-
namespace Coder.Desktop.App.Controls
8+
namespace Coder.Desktop.App.Utils
99
{
1010
public static class TitleBarIcon
1111
{

App/Views/DirectoryPickerWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
using Microsoft.UI.Xaml.Media;
99
using WinRT.Interop;
1010
using WinUIEx;
11-
using Coder.Desktop.App.Controls;
11+
using Coder.Desktop.App.Utils;
1212

1313
namespace Coder.Desktop.App.Views;
1414

App/Views/FileSyncListWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using Coder.Desktop.App.Views.Pages;
33
using Microsoft.UI.Xaml.Media;
44
using WinUIEx;
5-
using Coder.Desktop.App.Controls;
5+
using Coder.Desktop.App.Utils;
66

77
namespace Coder.Desktop.App.Views;
88

App/Views/SignInWindow.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
using Microsoft.UI.Windowing;
77
using Microsoft.UI.Xaml;
88
using Microsoft.UI.Xaml.Media;
9+
using Coder.Desktop.App.Utils;
910

1011
namespace Coder.Desktop.App.Views;
1112

0 commit comments

Comments
 (0)