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.
This commit is contained in:
6
inc/resource.h
Normal file
6
inc/resource.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef RESOURCE_H
|
||||
#define RESOURCE_H
|
||||
|
||||
#define IDI_ICON1 101 // ID für das Icon
|
||||
|
||||
#endif // RESOURCE_H
|
||||
Reference in New Issue
Block a user