launch in separate tab

This commit is contained in:
shall0pass 2022-11-11 18:24:28 -06:00
parent 9ce6f9564c
commit be3dc26166

View file

@ -398,7 +398,7 @@ const MenuButton = withRouter(function MenuButton({ history }) {
history.push('/settings');
break;
case 'help':
window.open("https://actualbudget.github.io/docs","_self");
window.open("https://actualbudget.github.io/docs","_blank");
break;
case 'close':
dispatch(closeBudget());