diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-04-01 13:13:53 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-04-01 14:04:09 +0300 |
commit | 836f8dc26f2041aea51c5c953b99f34859db6387 (patch) | |
tree | 8a7c0c4365b618731ca2fcdeaff70f15d4b0ab50 /indra/llwindow/llwindowmacosx.h | |
parent | b4d699764044301c460560f7665b623a571bf14f (diff) |
Add 'Lua Scripts' floater
Diffstat (limited to 'indra/llwindow/llwindowmacosx.h')
-rw-r--r-- | indra/llwindow/llwindowmacosx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llwindow/llwindowmacosx.h b/indra/llwindow/llwindowmacosx.h index 7614167213..5f728fb72e 100644 --- a/indra/llwindow/llwindowmacosx.h +++ b/indra/llwindow/llwindowmacosx.h @@ -116,6 +116,8 @@ public: void spawnWebBrowser(const std::string& escaped_url, bool async) override; F32 getSystemUISize() override; + void openFolder(const std::string &path) override; + static std::vector<std::string> getDisplaysResolutionList(); static std::vector<std::string> getDynamicFallbackFontList(); |