Fix menu still showing as loading after startup on some computers (#1301)

Fix #1294
This commit is contained in:
Bouh
2019-11-28 19:24:09 +01:00
committed by Florian Rival
parent 62ed3d56c4
commit af64a7d1ca

View File

@@ -129,6 +129,8 @@ class ElectronMainMenu extends React.Component<Props, {||}> {
('update-status': MainMenuEvent),
(event, status) => this._editor && this._editor.setUpdateStatus(status)
);
this._buildAndSendMenuTemplate();
}
componentDidUpdate() {