Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

Commit

Permalink
added this is a beta version in home notify
Browse files Browse the repository at this point in the history
  • Loading branch information
mh4x0f committed Jul 24, 2018
1 parent adc7b80 commit 73a29ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <strong>beta</strong> '+ version)
self.versionBeta = ServiceNotify('This is a beta version the WiFi-Pumpkin 0.8.7 '
,title='Version <strong>beta</strong> ')
# set main page Tool
self.widget = QtGui.QWidget()
self.layout = QtGui.QVBoxLayout(self.widget)
Expand Down

0 comments on commit 73a29ea

Please sign in to comment.