Small fixes

This commit is contained in:
Thoronium
2023-02-25 19:21:40 -07:00
committed by GitHub
parent 3848c39743
commit 9b1d3594ed
5 changed files with 11 additions and 8 deletions

View File

@@ -120,6 +120,9 @@ export class Main extends React.Component<IProps, IState> {
isDownloading: this.props.downloadHandler.getDownloads().filter((d) => d.status !== 'finished')?.length > 0,
})
}, 1000)
// Summon the news when loaded since it will not show until click normally
NewsSection.showNews()
}
async openExtrasMenu(playGame: () => void) {