fix: don't register some shortcuts without accessibility (#16276)
This commit is contained in:
parent
ece0487228
commit
8f629a2f31
6 changed files with 60 additions and 1 deletions
|
@ -93,6 +93,8 @@ class SystemPreferences : public mate::EventEmitter<SystemPreferences>
|
|||
mate::Arguments* args);
|
||||
void RemoveUserDefault(const std::string& name);
|
||||
bool IsSwipeTrackingFromScrollEventsEnabled();
|
||||
|
||||
static bool IsTrustedAccessibilityClient(bool prompt);
|
||||
#endif
|
||||
bool IsDarkMode();
|
||||
bool IsInvertedColorScheme();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue