Add reload prompt to extension branch switch success message

4dbdd06d6dda565e6e95cb4ebfbe1e3fc6a9e713

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/extensions.js+1 -1
@@ -1387,7 +1387,7 @@ async function switchExtensionBranch(extensionName, isGlobal, branch) {
13871387 return;
13881388 }
13891389
13901390 toastr.success(t`Extension ${extensionName} switched to ${branch}`, t`Reload the page to apply updates`);
13911391 await loadExtensionSettings({}, false, false);
13921392 void showExtensionsDetails();
13931393 } catch (error) {