fix: os updates rc to stable

This commit is contained in:
Zack Spear
2024-02-15 14:13:17 -08:00
committed by Zack Spear
parent de8dfe3dba
commit b5ec076279
+1 -1
View File
@@ -15,7 +15,7 @@ const useInstallPlugin = () => {
console.debug('[installPlugin]', { installString, plgUrl });
// @ts-ignore
openPlugin(
`plugin ${payload.update ? 'update' : 'install'} ${payload.pluginUrl}`, // command
`plugin ${payload.update ? 'update' : 'install'} ${payload.pluginUrl}${payload.update ? '' : ' forced'}`, // command `forced` is used to bypass the strcmp check in the plugin manager script being wrong for OS versions
payload.modalTitle, // title
installString, // plg
'refresh', // function defined in DefaultPageLayout.php