mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
[ColorPicker, macOS] Add link to request required screen recording permission.
This commit is contained in:
parent
931820d33c
commit
e6d3cf63fb
5 changed files with 60 additions and 3 deletions
|
|
@ -186,6 +186,9 @@ private:
|
|||
Ref<ButtonGroup> preset_group;
|
||||
Ref<ButtonGroup> recent_preset_group;
|
||||
|
||||
HBoxContainer *perm_hb = nullptr;
|
||||
void _req_permission();
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
Callable quick_open_callback;
|
||||
Callable palette_saved_callback;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue