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