Windows
This commit is contained in:
4
qt.py
4
qt.py
@@ -1752,10 +1752,10 @@ class WillSettingsWidget(QWidget):
|
|||||||
ics_content = "\r\n".join(lines) + "\r\n"
|
ics_content = "\r\n".join(lines) + "\r\n"
|
||||||
self.temp_path = BalCalendar.write_temp_ics(ics_content)
|
self.temp_path = BalCalendar.write_temp_ics(ics_content)
|
||||||
opened = BalCalendar.open_with_default_app(
|
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:
|
if opened:
|
||||||
_logger.info(f"File opened with default app: {temp_path}")
|
_logger.info(f"File opened with default app: {self.temp_path}")
|
||||||
else:
|
else:
|
||||||
export_meta_gui(
|
export_meta_gui(
|
||||||
self.bal_window.window, f"will_event.ics",self.save_to_cwd
|
self.bal_window.window, f"will_event.ics",self.save_to_cwd
|
||||||
|
|||||||
Reference in New Issue
Block a user