quick fix ics
This commit is contained in:
2
qt.py
2
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
|
||||
|
||||
Reference in New Issue
Block a user