From ceac5de6f1ab0f9b6d6bf0ed70a9b363b778564b Mon Sep 17 00:00:00 2001 From: weedeej Date: Mon, 7 Feb 2022 16:57:52 +0800 Subject: [PATCH] async & profiles window search bug fix. --- ValorantCC/MainWindow.xaml | 11 +++-- ValorantCC/MainWindow.xaml.cs | 10 ++--- ValorantCC/SubWindow/ProfilesWindow.xaml | 2 +- ValorantCC/SubWindow/ProfilesWindow.xaml.cs | 11 +++-- ValorantCC/ValorantCC.csproj | 3 +- ValorantCC/src/API.cs | 13 +++--- ValorantCC/src/Auth.cs | 48 ++++++--------------- ValorantCC/src/BackgroundAuth.cs | 11 ++++- ValorantCC/src/Processor.cs | 35 ++++++++------- 9 files changed, 68 insertions(+), 76 deletions(-) diff --git a/ValorantCC/MainWindow.xaml b/ValorantCC/MainWindow.xaml index 8400e16..f9cbb06 100644 --- a/ValorantCC/MainWindow.xaml +++ b/ValorantCC/MainWindow.xaml @@ -5,8 +5,9 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:ValorantCC" xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" xmlns:Controls="clr-namespace:Xceed.Wpf.AvalonDock.Themes.Controls;assembly=Xceed.Wpf.AvalonDock.Themes.Aero" x:Class="ValorantCC.MainWindow" + xmlns:fa="http://schemas.fontawesome.io/icons/" mc:Ignorable="d" - Title="vTools - ValorantCC" Height="423 " Width="500" SizeToContent="Manual" AllowsTransparency="True" WindowStartupLocation="CenterScreen" WindowState="Normal" ResizeMode="CanMinimize" WindowStyle="None" Icon="Resources/vtools-colored.ico" + Title="vTools - ValorantCC" Height="0" Width="500" SizeToContent="Height" AllowsTransparency="True" WindowStartupLocation="CenterScreen" WindowState="Normal" ResizeMode="CanMinimize" WindowStyle="None" Icon="Resources/vtools-colored.ico" Background="Transparent" RenderOptions.BitmapScalingMode="Fant"> @@ -64,7 +65,9 @@ - + + + @@ -177,7 +180,7 @@ - + @@ -200,7 +203,7 @@