Windows
This commit is contained in:
5
qt.py
5
qt.py
@@ -1758,7 +1758,7 @@ class WillSettingsWidget(QWidget):
|
|||||||
_logger.info(f"File opened with default app: {temp_path}")
|
_logger.info(f"File opened with default app: {temp_path}")
|
||||||
else:
|
else:
|
||||||
export_meta_gui(
|
export_meta_gui(
|
||||||
self.bal_window.window, f"{self.bal_window.wallet}_event.csv", BalCalendar.save_to_cwd
|
self.bal_window.window, f"will_event.csv", BalCalendar.save_to_cwd
|
||||||
)
|
)
|
||||||
|
|
||||||
def on_locktime_change(self):
|
def on_locktime_change(self):
|
||||||
@@ -4002,6 +4002,9 @@ class BalCalendar:
|
|||||||
subprocess.check_call([calendar_app, path])
|
subprocess.check_call([calendar_app, path])
|
||||||
return True
|
return True
|
||||||
except Exception as _e:
|
except Exception as _e:
|
||||||
|
try:
|
||||||
|
os.startfile(path)
|
||||||
|
except:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user