diff --git a/AUCapture-WPF/AUCapture-WPF.csproj b/AUCapture-WPF/AUCapture-WPF.csproj index d47876bf..deac73b6 100644 --- a/AUCapture-WPF/AUCapture-WPF.csproj +++ b/AUCapture-WPF/AUCapture-WPF.csproj @@ -8,8 +8,8 @@ false AUCapture_WPF.App AnyCPU;x86;x64 - 2.7.0.0 - 2.7.0.0 + 2.7.0.2 + 2.7.0.2 true true true diff --git a/AUCapture-WPF/AppSettings.cs b/AUCapture-WPF/AppSettings.cs index dccf46a3..5af02414 100644 --- a/AUCapture-WPF/AppSettings.cs +++ b/AUCapture-WPF/AppSettings.cs @@ -17,6 +17,9 @@ public interface IAppSettings : INotifyPropertyChanged [Option(DefaultValue = false)] bool DarkMode { get; set; } + [Option(DefaultValue = true)] + bool FocusOnToken { get; set; } + [Option(DefaultValue = 18d)] double fontSize { get; set; } diff --git a/AUCapture-WPF/MainWindow.xaml b/AUCapture-WPF/MainWindow.xaml index 6d450c21..10443dfe 100644 --- a/AUCapture-WPF/MainWindow.xaml +++ b/AUCapture-WPF/MainWindow.xaml @@ -8,12 +8,13 @@ xmlns:dialogs="http://metro.mahapps.com/winfx/xaml/controls" mc:Ignorable="d" Style="{DynamicResource MahApps.Styles.MetroWindow.Clean}" - ResizeMode="CanResizeWithGrip" - Title="Among Us Capture" TitleAlignment="Center" Height="450" Width="800" + ResizeMode="CanResize" + Title="AUCapture" TitleAlignment="Center" Height="450" Width="800" ShowInTaskbar="True" TitleCharacterCasing="Normal" ShowSystemMenu="False" ShowSystemMenuOnRightClick="False" + WindowStartupLocation="CenterScreen" dialogs:DialogParticipation.Register="{Binding }" ContentRendered="MainWindow_OnContentRendered" Loaded="MetroWindow_Loaded" TryToBeFlickerFree="True" MinWidth="300" MinHeight="200" > @@ -64,7 +65,7 @@ - @@ -72,19 +73,21 @@ - + - - - - + + + + + @@ -93,33 +96,32 @@ -