From 5aaa85939cce95529bc9af91117cb3e50ef6c4b5 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Thu, 2 Jun 2022 16:46:57 -0700 Subject: [PATCH] new bg --- src/ui/App.tsx | 2 +- src/ui/components/ServerLaunchSection.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() {