- added a donation link (some people wanted it there so...)

This commit is contained in:
Marius Stanciu
2022-01-06 19:08:23 +02:00
committed by Marius
parent 518bedc78d
commit 648fc81868
5 changed files with 8 additions and 1 deletions

View File

@@ -639,6 +639,10 @@ class MainGUI(QtWidgets.QMainWindow):
self.menuhelp.addSeparator()
self.menuhelp_donate = self.menuhelp.addAction(
QtGui.QIcon(self.app.resource_location + '/paypal32.png'),
'%s\t%s' % (_('Donate'), ''))
self.menuhelp_readme = self.menuhelp.addAction(
QtGui.QIcon(self.app.resource_location + '/warning.png'),
'%s\t%s' % (_("How To"), ''))