diff --git a/src/ui/App.tsx b/src/ui/App.tsx index 8490b11..147cf29 100644 --- a/src/ui/App.tsx +++ b/src/ui/App.tsx @@ -35,7 +35,7 @@ interface IState { bgFile: string; } -const DEFAULT_BG = 'https://webstatic.hoyoverse.com/upload/event/2020/11/04/7fd661b5184e1734f91f628b6f89a31f_7367318474207189623.png' +const DEFAULT_BG = 'https://api.grasscutters.xyz/content/bgfile' const downloadHandler = new DownloadHandler() diff --git a/src/ui/components/ServerLaunchSection.tsx b/src/ui/components/ServerLaunchSection.tsx index cb58e15..ea7a4f5 100644 --- a/src/ui/components/ServerLaunchSection.tsx +++ b/src/ui/components/ServerLaunchSection.tsx @@ -112,7 +112,7 @@ export default class ServerLaunchSection extends React.Component }) if (gameExists) await invoke('run_program', { path: config.game_install_path }) - else alert('Game not found!') + else alert('Game not found! At: ' + config.game_install_path) } async launchServer() {