From f4ee4adfb3eb370e7358fffcbe31359899e4d1c2 Mon Sep 17 00:00:00 2001 From: svatantrya Date: Tue, 19 May 2026 13:00:06 -0400 Subject: [PATCH] quick fix ics --- qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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