diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-11 14:00:40 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-11 14:00:40 +0300 |
commit | 6e33e16a110cb5b9747ec3edf969bdbafaf240a1 (patch) | |
tree | 530486da59e1d74feb015ae39ef95c587b0f7ca2 /protocols/CloudFile/src/cloud_file.cpp | |
parent | c0ff932b9b6ba685160204fee0af84930f7aa922 (diff) |
minor project cleaning
Diffstat (limited to 'protocols/CloudFile/src/cloud_file.cpp')
-rw-r--r-- | protocols/CloudFile/src/cloud_file.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/CloudFile/src/cloud_file.cpp b/protocols/CloudFile/src/cloud_file.cpp index e227105d1c..3be07d2f68 100644 --- a/protocols/CloudFile/src/cloud_file.cpp +++ b/protocols/CloudFile/src/cloud_file.cpp @@ -24,6 +24,11 @@ CCloudService::~CCloudService() m_hNetlibUser = nullptr; } +void CCloudService::OnModulesLoaded() +{ + InitializeMenus(); +} + HPLUGIN CCloudService::GetId() const { return m_pPlugin; |