This commit is contained in:
2026-05-09 10:19:54 -04:00
parent b992ca3b09
commit 481e67205d

4
qt.py
View File

@@ -1752,10 +1752,10 @@ class WillSettingsWidget(QWidget):
ics_content = "\r\n".join(lines) + "\r\n"
self.temp_path = BalCalendar.write_temp_ics(ics_content)
opened = BalCalendar.open_with_default_app(
self.bal_window.bal_plugin.CALENDAR_APP.get(), temp_path
self.bal_window.bal_plugin.CALENDAR_APP.get(), self.temp_path
)
if opened:
_logger.info(f"File opened with default app: {temp_path}")
_logger.info(f"File opened with default app: {self.temp_path}")
else:
export_meta_gui(
self.bal_window.window, f"will_event.ics",self.save_to_cwd