diff --git a/src-ui/app/App.jsx b/src-ui/app/App.jsx index 92e22258..98b35cb1 100644 --- a/src-ui/app/App.jsx +++ b/src-ui/app/App.jsx @@ -14,13 +14,13 @@ export const App = () => { const main_page = getCurrent(); const { currentIsOpenedConfigPage } = useIsOpenedConfigPage(); - const { get_software_version } = useConfig(); + const { getSoftwareVersion } = useConfig(); useEffect(() => { main_page.setDecorations(true); if (!hasRunRef.current) { asyncStartPython().then((result) => { - get_software_version(); + getSoftwareVersion(); }).catch((err) => { });