Prevent strange layout bug for trash / spam folders on vertical layout

Also improve the German translation slightly.
This commit is contained in:
Janosch Maier 2021-05-06 21:08:57 +02:00 committed by Ben Gotow
parent 44853d81e7
commit 4a11b7ec71
3 changed files with 3 additions and 2 deletions

View file

@ -19,6 +19,7 @@ export function activate() {
ComponentRegistry.register(ThreadList, {
location: WorkspaceStore.Location.ThreadList,
role: 'ThreadList',
modes: ['split', 'list'],
});

View file

@ -22,7 +22,7 @@ class ThreadListVertical extends React.Component<
onResize={h => this._onResize(h)}
>
<InjectedComponentSet
matching={{ location: WorkspaceStore.Location.ThreadList, modes: ['split'] }}
matching={{ role: 'ThreadList' }}
/>
</ResizableRegion>
<ResizableRegion>

View file

@ -171,7 +171,7 @@
"Delete Draft": "Entwurf löschen",
"Delete Template?": "Vorlage löschen?",
"Delete your custom key bindings and reset to the template defaults?": "Benutzerdefinierte Tastenbelegungen löschen und auf die Standardwerte zurücksetzen?",
"Deleted": "Gelöscht",
"Deleted": "Gelöschten",
"Deleting %@": "Lösche %@",
"Deleting all messages in %@": "Lösche alle Nachrichten in %@",
"Deleting draft": "Lösche Entwurf",