From 46e398c0d295f3d33fe4c0450c36e1fc45a95616 Mon Sep 17 00:00:00 2001 From: aunsane Date: Mon, 19 Feb 2018 00:00:03 +0300 Subject: CloudFile: added support for the usual accounts system(#1144) --- plugins/CloudFile/src/events.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/CloudFile/src/events.cpp') diff --git a/plugins/CloudFile/src/events.cpp b/plugins/CloudFile/src/events.cpp index 6fcfed3445..df2e06ef4f 100644 --- a/plugins/CloudFile/src/events.cpp +++ b/plugins/CloudFile/src/events.cpp @@ -2,8 +2,12 @@ int OnModulesLoaded(WPARAM, LPARAM) { + InitializeIcons(); + InitializeMenus(); + // options HookEvent(ME_OPT_INITIALISE, OnOptionsInitialized); + // srfile size_t count = Services.getCount(); for (size_t i = 0; i < count; i++) { -- cgit v1.2.3