From f80e9d9ddeb17e302240bcfd0051f37fb0ce2854 Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 26 Mar 2021 12:49:20 +0100 Subject: fix: forgotten tab names set --- plugins/qr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/qr.py b/plugins/qr.py index 9b05750d..a6d325aa 100755 --- a/plugins/qr.py +++ b/plugins/qr.py @@ -73,7 +73,7 @@ class QrTab(Tab): Tab.__init__(self, core) self.state = 'highlight' self.text = qr - self.name = qr + self._name = qr self.topic_win = windows.Topic() self.topic_win.set_message(qr) self.qr_win = QrWindow(qr) -- cgit v1.2.3