diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-11 13:40:09 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-11 13:40:09 +0300 |
commit | c0ff932b9b6ba685160204fee0af84930f7aa922 (patch) | |
tree | 6b922da9dd5705c168d40f2eb691e453ddbf0713 /protocols/CloudFile/src/main.cpp | |
parent | 99584f314758d7ee3ef5faead704546ad0fdc10a (diff) |
fixes #4975 (CloudFile: нужно убирать учётку из подменю в меню контакта при её отключении) + some code cleaning
Diffstat (limited to 'protocols/CloudFile/src/main.cpp')
-rw-r--r-- | protocols/CloudFile/src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/CloudFile/src/main.cpp b/protocols/CloudFile/src/main.cpp index cf43d16dcd..e2a8d82bd8 100644 --- a/protocols/CloudFile/src/main.cpp +++ b/protocols/CloudFile/src/main.cpp @@ -36,7 +36,6 @@ int CMPlugin::Load() HookEvent(ME_SYSTEM_MODULESLOADED, OnModulesLoaded); InitializeIcons(); - InitializeMenus(); InitializeServices(); return 0; } |