diff --git a/EnvyUpdate/Debug.cs b/EnvyUpdate/Debug.cs index a239764..43e54b9 100644 --- a/EnvyUpdate/Debug.cs +++ b/EnvyUpdate/Debug.cs @@ -49,7 +49,6 @@ namespace EnvyUpdate return "Nvidia GeForce RTX 4080 (debug)"; } - [ConditionalAttribute("DEBUG")] public static void LogToFile(string content) { if (isVerbose) diff --git a/EnvyUpdate/InfoWindow.xaml b/EnvyUpdate/InfoWindow.xaml index bdc6ca6..e9d09c5 100644 --- a/EnvyUpdate/InfoWindow.xaml +++ b/EnvyUpdate/InfoWindow.xaml @@ -7,14 +7,20 @@ xmlns:p="clr-namespace:EnvyUpdate.Properties" mc:Ignorable="d" Title="" Height="400" Width="600" ResizeMode="NoResize" WindowStyle="ToolWindow" SizeToContent="WidthAndHeight"> - - -