mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
More refactoring for the new configuration framework
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@858 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
ea26f9ca50
commit
bb7f216567
8 changed files with 120 additions and 51 deletions
|
@ -327,6 +327,9 @@ namespace Greenshot {
|
|||
|
||||
// Load all the plugins
|
||||
PluginHelper.instance.LoadPlugins(this.contextMenu, captureForm);
|
||||
// Making sure changes are written
|
||||
IniConfig.Save();
|
||||
|
||||
PluginHelper.instance.OnImageOutput += new OnImageOutputHandler(ImageWritten);
|
||||
SoundHelper.Initialize();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue