mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
feat: also remember last task list mode on keyboard combo
This commit is contained in:
parent
31c9b05389
commit
fe1ea8a25d
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ export class AddTaskBarComponent implements AfterViewInit, OnDestroy {
|
|||
this.blurred.emit();
|
||||
this.activatedIssueTask$.next(null);
|
||||
} else if (ev.key === '1' && ev.ctrlKey) {
|
||||
this.isAddToBottom.set(!this.isAddToBottom());
|
||||
this.toggleIsAddToBottom();
|
||||
ev.preventDefault();
|
||||
} else if (ev.key === '2' && ev.ctrlKey) {
|
||||
this.isSearchIssueProviders.set(!this.isSearchIssueProviders());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue