mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
window icon
This commit is contained in:
parent
2cd12f52d4
commit
ea3accf86e
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ class ElectrumWindow(QMainWindow):
|
|||
g = self.config.get("winpos-qt",[100, 100, 840, 400])
|
||||
self.setGeometry(g[0], g[1], g[2], g[3])
|
||||
|
||||
self.setWindowIcon(QIcon(":icons/electrum.png"))
|
||||
self.init_menubar()
|
||||
|
||||
QShortcut(QKeySequence("Ctrl+W"), self, self.close)
|
||||
|
|
Loading…
Add table
Reference in a new issue