chore: apply ruff auto-fixes and remove dead AST scripts
This commit is contained in:
@@ -1020,7 +1020,6 @@ class App:
|
||||
dpg.add_button(
|
||||
label="x", width=24, callback=self._make_remove_project_cb(i)
|
||||
)
|
||||
name_color = (140, 255, 160) if is_active else (200, 200, 200)
|
||||
marker = " *" if is_active else ""
|
||||
dpg.add_button(
|
||||
label=f"{Path(pp).stem}{marker}",
|
||||
|
||||
Reference in New Issue
Block a user