refine hidden window logic for chatgui

This commit is contained in:
Green Sky
2025-01-10 17:33:35 +01:00
parent 4efdbf2e84
commit a417f9059e
3 changed files with 8 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ class ChatGui4 : public ObjectStoreEventI {
~ChatGui4(void);
public:
float render(float time_delta);
float render(float time_delta, bool window_hidden);
public:
void sendFilePath(std::string_view file_path);