Added control buttons to enable selective file export functionality && Fixed the issue where files were not closed after DLT Log export && Resolved the problem of files failing to open due to Chinese path characters && Modified alert pop-up icons && Adjusted the initial display position

This commit is contained in:
2025-12-05 17:49:09 +08:00
parent 34509a68a6
commit 7666ec39fe
5 changed files with 189 additions and 51 deletions
+3
View File
@@ -17,6 +17,9 @@ namespace Widgets
// 工作流区域
void Workflow_Area(const ImVec2 &size = ImVec2(0, 0));
// 控制面板区域
void Control_Panel(const ImVec2 &size = ImVec2(0, 0));
}
#endif