Files
pallectrum/electrum
SomberNight 6e46fb329d qml/qeapp.py: (trivial) use os.path.join for constructing path
There is an issue with plyer on Windows, which I thought was related to the mixed
backwards/forward slashes in the path, but no, this change still did not fix it:
```
  1.84 | D | gui.qml.qeapp.QEAppController | sending push notification to OS: message='heyheyhey'
Traceback (most recent call last):
  File "...\electrum\electrum\util.py", line 1111, in run_with_except_hook
    run_original(*args2, **kwargs2)
  File "...\Python310\lib\threading.py", line 953, in run
    self._target(*self._args, **self._kwargs)
  File "...\plyer\platforms\win\libs\balloontip.py", line 206, in balloon_tip
    WindowsBalloonTip(**kwargs)
  File "...\plyer\platforms\win\libs\balloontip.py", line 130, in __init__
    raise Exception('Could not load icon {}'.format(app_icon))
Exception: Could not load icon ...\electrum\electrum\gui\icons\electrum.png
```
2024-10-10 15:42:39 +00:00
..
2024-09-18 15:48:38 +00:00
2024-05-30 13:08:13 +00:00
2024-09-14 03:52:03 +09:00
2024-03-05 23:30:23 +01:00
2024-06-17 13:05:57 +02:00
2024-04-17 14:36:21 +00:00
2024-02-12 18:26:08 +00:00
2024-09-14 09:51:44 +09:00
2024-06-04 18:29:17 +00:00
2024-06-04 13:42:57 +00:00
2024-05-22 15:26:26 +00:00
2024-04-24 14:14:31 +00:00
2024-03-01 11:21:49 +01:00
2024-05-20 16:57:11 +02:00
2023-12-04 14:15:39 +08:00
2024-09-14 03:52:03 +09:00
2024-09-14 03:52:03 +09:00
2024-09-30 16:08:18 +00:00