From 481e67205d39c010e45a96f1c09657b88e193717 Mon Sep 17 00:00:00 2001 From: svatantrya Date: Sat, 9 May 2026 10:19:54 -0400 Subject: [PATCH] Windows --- qt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt.py b/qt.py index 6f873bd..5776b8a 100644 --- a/qt.py +++ b/qt.py @@ -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