mirror of
https://github.com/LHY0125/PathEditor.git
synced 2026-05-10 02:09:46 +08:00
feat(undo): 添加撤销/重做按钮的 UI 常量
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -35,4 +35,8 @@
|
||||
#define CTRL_BTN_HELP "BTN_HELP"
|
||||
#define CTRL_BTN_LANG "BTN_LANG"
|
||||
|
||||
// 撤销/重做按钮
|
||||
#define CTRL_BTN_UNDO "BTN_UNDO"
|
||||
#define CTRL_BTN_REDO "BTN_REDO"
|
||||
|
||||
#endif // UI_CONSTANTS_H
|
||||
|
||||
Reference in New Issue
Block a user