mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix menu still showing as loading after startup on some computers (#1301)
Fix #1294
This commit is contained in:
@@ -129,6 +129,8 @@ class ElectronMainMenu extends React.Component<Props, {||}> {
|
||||
('update-status': MainMenuEvent),
|
||||
(event, status) => this._editor && this._editor.setUpdateStatus(status)
|
||||
);
|
||||
|
||||
this._buildAndSendMenuTemplate();
|
||||
}
|
||||
|
||||
componentDidUpdate() {
|
||||
|
Reference in New Issue
Block a user