Cleaned up

This commit is contained in:
2025-07-21 10:12:47 +02:00
parent ccd15f50e7
commit 730aa61789
7 changed files with 22 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -387,7 +387,7 @@ class TNMR:
return False
self.set_activefile()
self.load_dashboard(TEMPLATE_FILE_PATH + 'scout_dashboard.txt')
self.load_dashboard(TEMPLATE_FILE_PATH + 'dashboard.txt')
success = ntnmr.LoadSequence(filename if filename[-4:]=='.tps' else (filename+'.tps'))
if(success):