diff --git a/Greenshot/Forms/MainForm.cs b/Greenshot/Forms/MainForm.cs index 5495c8d1b..e95546a7e 100644 --- a/Greenshot/Forms/MainForm.cs +++ b/Greenshot/Forms/MainForm.cs @@ -82,9 +82,9 @@ namespace Greenshot { Thread.CurrentThread.Name = Application.ProductName; // Read configuration - coreConfiguration = IniConfig.GetInstance().GetSection(); + coreConfiguration = IniConfig.GetIniSection(); if (coreConfiguration.IsDirty) { - IniConfig.GetInstance().Save(); + IniConfig.Save(); } LOG.Info("Firstlaunch: " + coreConfiguration.IsFirstLaunch); LOG.Info("Destinations:");