peers - more callback and peers list refactoring
This commit is contained in:
parent
b8fa8df41a
commit
c6b67452ed
6 changed files with 53 additions and 27 deletions
|
@ -435,7 +435,6 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||
self.account_name.setGeometry(QtCore.QRect(100, 15, self.width() - 560, 25))
|
||||
self.account_status.setGeometry(QtCore.QRect(100, 35, self.width() - 560, 25))
|
||||
self.messageEdit.setFocus()
|
||||
self._contacts_manager.update()
|
||||
|
||||
def keyPressEvent(self, event):
|
||||
key, modifiers = event.key(), event.modifiers()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue