launch in separate tab
This commit is contained in:
parent
9ce6f9564c
commit
be3dc26166
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ const MenuButton = withRouter(function MenuButton({ history }) {
|
||||||
history.push('/settings');
|
history.push('/settings');
|
||||||
break;
|
break;
|
||||||
case 'help':
|
case 'help':
|
||||||
window.open("https://actualbudget.github.io/docs","_self");
|
window.open("https://actualbudget.github.io/docs","_blank");
|
||||||
break;
|
break;
|
||||||
case 'close':
|
case 'close':
|
||||||
dispatch(closeBudget());
|
dispatch(closeBudget());
|
||||||
|
|
Loading…
Reference in a new issue