1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Add button_url[] and hypertext element to allow mods to open web pages (#13825)

Fixes #12500
This commit is contained in:
rubenwardy 2024-03-24 17:19:23 +00:00 committed by GitHub
parent 6c4a110679
commit 24cc33e704
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 530 additions and 37 deletions

View file

@ -137,6 +137,7 @@ class GUIFormSpecMenu : public GUIModalMenu
std::string fname;
std::wstring flabel;
std::wstring fdefault;
std::string url;
s32 fid;
bool send;
FormspecFieldType ftype;