[feat] optimize RequestPermissionWindow UI appearance

This commit is contained in:
dijunkun
2025-11-27 02:40:33 +08:00
parent 0ab6686eb8
commit c0a98f97c3
4 changed files with 60 additions and 45 deletions

View File

@@ -194,6 +194,7 @@ class Render {
bool CheckAccessibilityPermission();
void OpenScreenRecordingPreferences();
void OpenAccessibilityPreferences();
bool DrawToggleSwitch(const char* id, bool active, bool enabled);
#endif
public: