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:
13
inc/toolboxTray.h
Normal file
13
inc/toolboxTray.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "tray.h"
|
||||
#include "toolboxWindow.h"
|
||||
|
||||
class toolboxTray {
|
||||
|
||||
public:
|
||||
|
||||
|
||||
private:
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user