Add reload prompt to extension branch switch success message
This commit is contained in:
@@ -1387,7 +1387,7 @@ async function switchExtensionBranch(extensionName, isGlobal, branch) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
toastr.success(t`Extension ${extensionName} switched to ${branch}`);
|
toastr.success(t`Extension ${extensionName} switched to ${branch}`, t`Reload the page to apply updates`);
|
||||||
await loadExtensionSettings({}, false, false);
|
await loadExtensionSettings({}, false, false);
|
||||||
void showExtensionsDetails();
|
void showExtensionsDetails();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user