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:
mailchuck 2015-10-19 21:30:38 +02:00 committed by Peter Surda
parent 7625b4f101
commit f47d28bb59
1 changed files with 1 additions and 1 deletions

View File

@ -3631,7 +3631,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)