mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
auto update policy
This commit is contained in:
2
src/layout/index.tsx
vendored
2
src/layout/index.tsx
vendored
@@ -23,7 +23,7 @@ const ChatLayout: FC<ChatLayoutProps> = ({ children }) => {
|
||||
const go = useNavigate();
|
||||
|
||||
const checkAppUpdate = async () => {
|
||||
await invoke('run_check_update');
|
||||
await invoke('run_check_update', {silent: false});
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user