Remove stupid "Netsplit: None" message
This commit is contained in:
parent
9e4b1a4d32
commit
a81c17d239
1 changed files with 6 additions and 5 deletions
1
memos.py
1
memos.py
|
@ -921,6 +921,7 @@ class PesterMemo(PesterConvo):
|
|||
|
||||
@QtCore.pyqtSlot()
|
||||
def dumpNetsplit(self):
|
||||
if (len(self.netsplit) > 0):
|
||||
chum = self.mainwindow.profile()
|
||||
systemColor = QtGui.QColor(self.mainwindow.theme["memos/systemMsgColor"])
|
||||
msg = chum.memonetsplitmsg(systemColor, self.netsplit)
|
||||
|
|
Loading…
Reference in a new issue