Add reload prompt to extension branch switch success message
| @@ -1387,7 +1387,7 @@ async function switchExtensionBranch(extensionName, isGlobal, branch) { | ||
| 1387 | 1387 | return; |
| 1388 | 1388 | } |
| 1389 | 1389 | |
| 1390 | 1390 | toastr.success(t`Extension ${extensionName} switched to ${branch}`, t`Reload the page to apply updates`); |
| 1391 | 1391 | await loadExtensionSettings({}, false, false); |
| 1392 | 1392 | void showExtensionsDetails(); |
| 1393 | 1393 | } catch (error) { |