diff --git a/qt.py b/qt.py index e2886b2..7c1ee45 100644 --- a/qt.py +++ b/qt.py @@ -1758,7 +1758,7 @@ class WillSettingsWidget(QWidget): "END:VCALENDAR", ]) - ics_content = "\r\n".join(lines) + "\r\n" + ics_content = "\r\n".join(lines) self.temp_path = BalCalendar.write_temp_ics(ics_content) opened = BalCalendar.open_with_default_app( self.bal_window.bal_plugin.CALENDAR_APP.get(), self.temp_path