[DeckShare] End the open-shared-deck files with a trailing newline

This commit is contained in:
Lukas Brübach 2026-09-19 07:10:23 +02:00
parent 0fc7023335
commit d93671e62a
6 changed files with 6 additions and 6 deletions

View file

@ -175,4 +175,4 @@ void DlgSharedDecksPreview::closeEvent(QCloseEvent *event)
{
onCancel();
QDialog::closeEvent(event);
}
}