client/keyboard actions: fix a typo and a missing await

This commit is contained in:
Adorian Doran
2026-05-02 11:28:08 +03:00
parent 4ad5243806
commit ea0ab71a88
2 changed files with 3 additions and 3 deletions
@@ -81,6 +81,6 @@ export default class MainTreeExecutors extends Component {
}
async toggleArchivedNotesCommand(){
this.tree?.toggleArchivedNotes();
await this.tree?.toggleArchivedNotes();
}
}
@@ -68,7 +68,7 @@
"show-sql-console": "Afișează ecranul „Consolă SQL”",
"sixth-tab": "Activează cel de-al șaselea tab din listă",
"sort-child-notes": "Ordonează subnotițele",
"toggle-archived-notes": "Afișează/ascude notițele arhivate (ascunse) din arborele de notițe",
"toggle-archived-notes": "Afișează/ascunde notițele arhivate (ascunse) din arborele de notițe",
"tabs-and-windows": "Tab-uri și ferestre",
"text-note-operations": "Operații asupra notițelor text",
"third-tab": "Activează cel de-al treilea tab din listă",
@@ -307,7 +307,7 @@
"collapse-tree": "Minimizează arborele de notițe",
"collapse-subtree": "Ascunde subnotițele",
"sort-child-notes": "Ordonează subnotițele",
"toggle-archived-notes": "Afișează/ascude notițele arhivate",
"toggle-archived-notes": "Afișează/ascunde notițele arhivate",
"create-note-after": "Crează notiță după",
"create-note-into": "Crează subnotiță în",
"create-note-into-inbox": "Crează notiță în inbox",