Files
Toolbox/toolbox.rc
Yadciel 4fa4c6df6c Implement window hiding and tray icon functionality
Added methods to hide and show the Toolbox window and integrated a system tray icon with menu options, including window toggle and application quit functionality. Moved Lua script execution to occur after successful script loading. Introduced resource inclusion in the project files to support icon loading.
2024-12-07 23:07:55 +01:00

4 lines
66 B
Plaintext

#include "resource.h"
IDI_ICON1 ICON "res/ico/toolbox.ico"