mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Changed Iniconfig framework to static, this makes it even easier to use.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@817 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
847556570b
commit
84ac73c5de
1 changed files with 2 additions and 2 deletions
|
@ -82,9 +82,9 @@ namespace Greenshot {
|
|||
Thread.CurrentThread.Name = Application.ProductName;
|
||||
|
||||
// Read configuration
|
||||
coreConfiguration = IniConfig.GetInstance().GetSection<CoreConfiguration>();
|
||||
coreConfiguration = IniConfig.GetIniSection<CoreConfiguration>();
|
||||
if (coreConfiguration.IsDirty) {
|
||||
IniConfig.GetInstance().Save();
|
||||
IniConfig.Save();
|
||||
}
|
||||
LOG.Info("Firstlaunch: " + coreConfiguration.IsFirstLaunch);
|
||||
LOG.Info("Destinations:");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue