mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -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
|
@ -71,9 +71,7 @@ namespace GreenshotOCR {
|
|||
|
||||
// Load configuration
|
||||
config = IniConfig.GetIniSection<OCRConfiguration>();
|
||||
if (config.IsDirty) {
|
||||
IniConfig.Save();
|
||||
}
|
||||
|
||||
this.host.RegisterHotKey(3, 0x2C, new HotKeyHandler(MyHotkeyHandler));
|
||||
|
||||
// Here we can hang ourselves to the main context menu!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue