Updated app infor and about box
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ class GuiMainMenu(QMenuBar):
|
||||
version = nw.__version__,
|
||||
date = nw.__date__,
|
||||
copyright = nw.__copyright__,
|
||||
credits = "<br>".join(nw.__credits__),
|
||||
credits = "".join([" • %s<br/>" % x for x in nw.__credits__]),
|
||||
))
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user