mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
Merge branch 'master' of git://github.com/spesmilo/electrum
This commit is contained in:
commit
d9f6e738a4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
from functools import partial
|
from functools import partial
|
||||||
import threading
|
import threading
|
||||||
from PIL import Image
|
|
||||||
|
|
||||||
from PyQt4.Qt import Qt
|
from PyQt4.Qt import Qt
|
||||||
from PyQt4.Qt import QGridLayout, QInputDialog, QPushButton
|
from PyQt4.Qt import QGridLayout, QInputDialog, QPushButton
|
||||||
|
@ -360,6 +359,7 @@ class SettingsDialog(WindowModalDialog):
|
||||||
update()
|
update()
|
||||||
|
|
||||||
def change_homescreen():
|
def change_homescreen():
|
||||||
|
from PIL import Image # FIXME
|
||||||
dialog = QFileDialog(self, _("Choose Homescreen"))
|
dialog = QFileDialog(self, _("Choose Homescreen"))
|
||||||
filename = dialog.getOpenFileName()
|
filename = dialog.getOpenFileName()
|
||||||
if filename:
|
if filename:
|
||||||
|
|
Loading…
Add table
Reference in a new issue