feat(gui): Add 'Force Prune Logs' button to Log Management panel.
This commit is contained in:
@@ -825,6 +825,9 @@ class App:
|
||||
reason="Manually whitelisted"
|
||||
)
|
||||
imgui.end_table()
|
||||
|
||||
if imgui.button("Force Prune Logs"):
|
||||
self.controller.event_queue.put("gui_task", {"action": "click", "item": "btn_prune_logs"})
|
||||
imgui.end()
|
||||
|
||||
def _render_files_panel(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user