using tabbed pane for the 3 different info parts on about, removed debugs, cleaned up ignore files to remove the new files for the about info

This commit is contained in:
2023-01-03 12:08:57 +11:00
parent 0684f4725a
commit fd4f9905e1
5 changed files with 32 additions and 25 deletions

View File

@@ -178,7 +178,6 @@ def about():
with open( 'internal/BUGs', 'r' ) as fp:
can_add=False
for l in fp:
print(l)
if not l.startswith( 'BUG' ):
if can_add:
b['str']=b['str']+'<br>'+l