From 4dbc4c9667c7ba8bf745acb4e7b5cb6d9116e8c3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 15 Apr 2025 14:20:43 +0300 Subject: fixes #4969 completely --- protocols/Weather/src/weather_proto.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/Weather/src') 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 -- cgit v1.2.3