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.
13 lines
103 B
C++
13 lines
103 B
C++
#pragma once
|
|
|
|
#include "tray.h"
|
|
#include "toolboxWindow.h"
|
|
|
|
class toolboxTray {
|
|
|
|
public:
|
|
|
|
|
|
private:
|
|
|
|
}; |