File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 55using Microsoft . UI . Xaml . Controls . Primitives ;
66using WinRT . Interop ;
77
8- namespace Coder . Desktop . App . Controls
8+ namespace Coder . Desktop . App . Utils
99{
1010 public static class TitleBarIcon
1111 {
Original file line number Diff line number Diff line change 88using Microsoft . UI . Xaml . Media ;
99using WinRT . Interop ;
1010using WinUIEx ;
11- using Coder . Desktop . App . Controls ;
11+ using Coder . Desktop . App . Utils ;
1212
1313namespace Coder . Desktop . App . Views ;
1414
Original file line number Diff line number Diff line change 22using Coder . Desktop . App . Views . Pages ;
33using Microsoft . UI . Xaml . Media ;
44using WinUIEx ;
5- using Coder . Desktop . App . Controls ;
5+ using Coder . Desktop . App . Utils ;
66
77namespace Coder . Desktop . App . Views ;
88
Original file line number Diff line number Diff line change 66using Microsoft . UI . Windowing ;
77using Microsoft . UI . Xaml ;
88using Microsoft . UI . Xaml . Media ;
9+ using Coder . Desktop . App . Utils ;
910
1011namespace Coder . Desktop . App . Views ;
1112
You can’t perform that action at this time.
0 commit comments