mirror of
https://github.com/Kopano-dev/kopano-ol-extension.git
synced 2023-10-10 13:37:40 +02:00
Made HookItemEvents default option
This commit is contained in:
parent
49efb68298
commit
f913ed5a01
@ -125,7 +125,7 @@ namespace Acacia
|
||||
get { return GetOption(null, HOOK_ITEM_EVENTS); }
|
||||
set { SetOption(null, HOOK_ITEM_EVENTS, value); }
|
||||
}
|
||||
private static readonly BoolOption HOOK_ITEM_EVENTS = new BoolOption("HookItemEvents", false);
|
||||
private static readonly BoolOption HOOK_ITEM_EVENTS = new BoolOption("HookItemEvents", true);
|
||||
|
||||
#region UI Options
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user