diff --git a/2chAPIProxy/MainWindow.xaml b/2chAPIProxy/MainWindow.xaml index 915efac..2ebb9b8 100644 --- a/2chAPIProxy/MainWindow.xaml +++ b/2chAPIProxy/MainWindow.xaml @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:_2chAPIProxy" mc:Ignorable="d" x:Class="_2chAPIProxy.MainWindow" - Title="2chAPIProxy Ver:2023.07.12 nonAPI test" Height="480" Width="640" + Title="2chAPIProxy Ver:2023.07.13 nonAPI test" Height="480" Width="640" Icon="icon3.ico" WindowStartupLocation="CenterScreen" ResizeMode="CanMinimize" Background="White" d:DataContext="{d:DesignInstance {x:Type local:ViewModel}}">