diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-15 14:20:43 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-15 14:20:43 +0300 |
commit | 4dbc4c9667c7ba8bf745acb4e7b5cb6d9116e8c3 (patch) | |
tree | f913d31b5342f9ad2e7e0104c14235e30c516721 /protocols/Weather/src | |
parent | e54ced72bf59a6ccb42aba5b35e722f5af9e3d17 (diff) |
fixes #4969 completely
Diffstat (limited to 'protocols/Weather/src')
-rw-r--r-- | protocols/Weather/src/weather_proto.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Weather/src/weather_proto.cpp b/protocols/Weather/src/weather_proto.cpp index a5a3986bb7..fdb1fe443d 100644 --- a/protocols/Weather/src/weather_proto.cpp +++ b/protocols/Weather/src/weather_proto.cpp @@ -58,6 +58,7 @@ CWeatherProto::~CWeatherProto() void CWeatherProto::OnModulesLoaded() { InitMwin(); + InitMenuItems(); // timer for the first update m_impl.m_start.Start(5000); // first update is 5 sec after load |