diff --git a/AmiReel.csproj b/AmiReel.csproj
index bd370c0..4c8b47f 100644
--- a/AmiReel.csproj
+++ b/AmiReel.csproj
@@ -27,7 +27,6 @@
-
diff --git a/App.xaml.cs b/App.xaml.cs
index c28bd70..5148757 100644
--- a/App.xaml.cs
+++ b/App.xaml.cs
@@ -1,20 +1,6 @@
-using Windows.ApplicationModel;
-using Windows.ApplicationModel.Activation;
-using Windows.Foundation;
-using Windows.Foundation.Collections;
-using Microsoft.UI.Xaml;
-using Microsoft.UI.Xaml.Controls;
-using Microsoft.UI.Xaml.Controls.Primitives;
-using Microsoft.UI.Xaml.Data;
-using Microsoft.UI.Xaml.Input;
-using Microsoft.UI.Xaml.Media;
-using Microsoft.UI.Xaml.Navigation;
-using Microsoft.UI.Xaml.Shapes;
+using Microsoft.UI.Xaml;
using WinRT.Interop;
-// To learn more about WinUI, the WinUI project structure,
-// and more about our project templates, see: http://aka.ms/winui-project-info.
-
namespace AmiReel;
///
@@ -24,8 +10,8 @@ public partial class App : Application
{
private Window? _window;
public static IntPtr MainWindowHandle { get; private set; }
- public static MainWindow? MainWindowInstance { get; set; }
-
+ public static MainWindow? MainWindowInstance { get; internal set; }
+
///
/// Initializes the singleton application object. This is the first line of authored code
/// executed, and as such is the logical equivalent of main() or WinMain().
diff --git a/Assets/AppIcon.ico b/Assets/AppIcon.ico
deleted file mode 100644
index e3e0799..0000000
Binary files a/Assets/AppIcon.ico and /dev/null differ
diff --git a/MainPage.xaml b/MainPage.xaml
index 85fd395..b477e05 100644
--- a/MainPage.xaml
+++ b/MainPage.xaml
@@ -113,7 +113,8 @@
+ Click="OpenSettings_Click" Style="{StaticResource IconButtonStyle}"
+ ToolTipService.ToolTip="Settings" AutomationProperties.Name="Settings" />
diff --git a/MainPage.xaml.cs b/MainPage.xaml.cs
index 90e57c0..ce1ff7c 100644
--- a/MainPage.xaml.cs
+++ b/MainPage.xaml.cs
@@ -6,7 +6,6 @@ using AmiReel.Models;
using AmiReel.Services;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
-using Microsoft.Win32;
using Windows.ApplicationModel.DataTransfer;
using Windows.Storage;
using Windows.Storage.Pickers;
diff --git a/Package.appxmanifest b/Package.appxmanifest
index b3bd114..9430782 100644
--- a/Package.appxmanifest
+++ b/Package.appxmanifest
@@ -5,8 +5,7 @@
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
- xmlns:systemai="http://schemas.microsoft.com/appx/manifest/systemai/windows10"
- IgnorableNamespaces="uap rescap systemai">
+ IgnorableNamespaces="uap rescap">
-