prepare for new version

This commit is contained in:
2026-08-31 22:00:35 -07:00
parent a9ea0efcb4
commit f0b8266cf9
8 changed files with 613 additions and 32 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ class ProjectManager:
has_data = any(len(getattr(app, item["key"], {})) > 0 for item in DATA_SCHEMA)
if hasattr(app, "button1"):
app.button1.setVisible(not has_data)
app.button1.setVisible(has_data)
if hasattr(app, "button3"):
app.button3.setVisible(has_data)