There will not be a Mailchuck PyBitmessage anymore
Since I'm merging my fork into normal pybitmessage, there won't be separate configs.
This commit is contained in:
parent
386094f1ad
commit
611574c342
|
@ -3629,7 +3629,7 @@ class MyForm(QtGui.QMainWindow):
|
|||
self.statusBar().showMessage(data)
|
||||
|
||||
def readSettings(self):
|
||||
settings = QSettings("Mailchuck Ltd.", "PyBitmessage")
|
||||
settings = QSettings("Bitmessage", "PyBitmessage")
|
||||
try:
|
||||
geom = settings.value("geometry")
|
||||
self.restoreGeometry(geom.toByteArray() if hasattr(geom, 'toByteArray') else geom)
|
||||
|
|
Loading…
Reference in New Issue
Block a user