From 3245adf1b386b5ffc540602fc6b08586d1e5046f Mon Sep 17 00:00:00 2001 From: Miepee Date: Sun, 9 Oct 2022 21:04:40 +0200 Subject: [PATCH] fix doc + fix windows logging config still being on ALL --- AM2RLauncher/AM2RLauncher.Wpf/log4net.config | 2 +- AM2RLauncher/AM2RLauncher/XML/LauncherConfigXML.cs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AM2RLauncher/AM2RLauncher.Wpf/log4net.config b/AM2RLauncher/AM2RLauncher.Wpf/log4net.config index 555c969..d992c41 100644 --- a/AM2RLauncher/AM2RLauncher.Wpf/log4net.config +++ b/AM2RLauncher/AM2RLauncher.Wpf/log4net.config @@ -1,6 +1,6 @@  - + diff --git a/AM2RLauncher/AM2RLauncher/XML/LauncherConfigXML.cs b/AM2RLauncher/AM2RLauncher/XML/LauncherConfigXML.cs index a2bb1e6..0f1d035 100644 --- a/AM2RLauncher/AM2RLauncher/XML/LauncherConfigXML.cs +++ b/AM2RLauncher/AM2RLauncher/XML/LauncherConfigXML.cs @@ -5,8 +5,9 @@ using System.Xml.Serialization; namespace AM2RLauncher.XML; /// -/// Class that handles how the Launcher settings are saved as XML. Only affects Linux +/// Class that handles how the Launcher settings are saved as XML. /// +/// Only affects Linux and Mac! Windows settings can be found in the Wpf project in "app.config". [Serializable] [XmlRoot("settings")] public class LauncherConfigXML