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) {
1387 return;1387 return;
1388 }1388 }
13891389
1390 toastr.success(t`Extension ${extensionName} switched to ${branch}`);1390 toastr.success(t`Extension ${extensionName} switched to ${branch}`, t`Reload the page to apply updates`);
1391 await loadExtensionSettings({}, false, false);1391 await loadExtensionSettings({}, false, false);
1392 void showExtensionsDetails();1392 void showExtensionsDetails();
1393 } catch (error) {1393 } catch (error) {