forked from bitcoinafterlife/bal-electrum-plugin
Windows
This commit is contained in:
4
qt.py
4
qt.py
@@ -4003,8 +4003,10 @@ class BalCalendar:
|
|||||||
return True
|
return True
|
||||||
except Exception as _e:
|
except Exception as _e:
|
||||||
try:
|
try:
|
||||||
|
import os
|
||||||
os.startfile(path)
|
os.startfile(path)
|
||||||
except:
|
except Exception as e:
|
||||||
|
print(f"starting calendar app {e}")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user