diff --git a/src/Plugin.Discord/Windows/VersionFeedWindow.xaml b/src/Plugin.Discord/Windows/VersionFeedWindow.xaml index 91fedcae..779e40c1 100644 --- a/src/Plugin.Discord/Windows/VersionFeedWindow.xaml +++ b/src/Plugin.Discord/Windows/VersionFeedWindow.xaml @@ -2,7 +2,6 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:ServerManagerTool.Plugin.Discord" - xmlns:pc="clr-namespace:ServerManagerTool.Plugin.Common;assembly=ServerManager.Plugin.Common" MinWidth="400" MinHeight="400" Width="640" Height="480" WindowStyle="ToolWindow" WindowStartupLocation="CenterOwner" ShowInTaskbar="False" ResizeMode="CanResizeWithGrip" Loaded="VersionFeedWindow_Loaded" Icon="../Art/favicon.ico" Title="{DynamicResource VersionFeedWindow_Title}">