diff options
author | aunsane <aunsane@gmail.com> | 2018-02-28 23:31:19 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-02-28 23:34:28 +0300 |
commit | 98be8c0a0db8d4866535028e21a5d958c3d893ab (patch) | |
tree | f4de203d8fa1af0023621ede8316c7641499510c /plugins/CloudFile/src/events.cpp | |
parent | 107bbe53ce937334d8a47ca96e632f5a1f965725 (diff) |
CloudFile: cannot see cloud accounts after setup (fixed #1169)
Diffstat (limited to 'plugins/CloudFile/src/events.cpp')
-rw-r--r-- | plugins/CloudFile/src/events.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CloudFile/src/events.cpp b/plugins/CloudFile/src/events.cpp index c38f89058c..0812f3f5cf 100644 --- a/plugins/CloudFile/src/events.cpp +++ b/plugins/CloudFile/src/events.cpp @@ -2,8 +2,8 @@ int OnModulesLoaded(WPARAM, LPARAM) { - InitializeIcons(); - InitializeMenus(); + + //InitializeMenus(); // options HookEvent(ME_OPT_INITIALISE, OnOptionsInitialized); |