From 73a29ea6cf2f8becae1de6dcbe82b757b7bd3065 Mon Sep 17 00:00:00 2001 From: "Marcos Bomfim (Nesster)" Date: Tue, 24 Jul 2018 08:38:12 -0300 Subject: [PATCH] added this is a beta version in home notify --- core/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/main.py b/core/main.py index 44977cd..b58d1ac 100644 --- a/core/main.py +++ b/core/main.py @@ -667,7 +667,8 @@ def default_TAB_Content(self): self.donateLabel = ServiceNotify(C.DONATE_TXT,title='Support development', link=self.donatelink,timeout=15000) self.donatelink = C.DONATE - self.versionBeta = ServiceNotify(C.DONATE_TXT,title='Version beta '+ version) + self.versionBeta = ServiceNotify('This is a beta version the WiFi-Pumpkin 0.8.7 ' + ,title='Version beta ') # set main page Tool self.widget = QtGui.QWidget() self.layout = QtGui.QVBoxLayout(self.widget)