mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
qt: set default "window icon" (only visible on Windows)
This commit is contained in:
parent
9e58d56e6d
commit
68cd37282e
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ class ElectrumGui(PrintError):
|
|||
self.efilter = OpenFileEventFilter(self.windows)
|
||||
self.app = QElectrumApplication(sys.argv)
|
||||
self.app.installEventFilter(self.efilter)
|
||||
self.app.setWindowIcon(read_QIcon("electrum.png"))
|
||||
# timer
|
||||
self.timer = QTimer(self.app)
|
||||
self.timer.setSingleShot(False)
|
||||
|
|
Loading…
Add table
Reference in a new issue