mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
Small fixes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user