[ColorPicker, macOS] Add link to request required screen recording permission.

This commit is contained in:
Pāvels Nadtočajevs 2025-04-18 00:05:49 +03:00
parent 931820d33c
commit e6d3cf63fb
No known key found for this signature in database
GPG key ID: 8413210218EF35D2
5 changed files with 60 additions and 3 deletions

View file

@ -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;