client/keyboard actions: fix a typo and a missing await
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user