mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[PR #77] [MERGED] 🔧 Improved Accessibility Permissions handling #1031
Labels
No labels
Status: Abandoned
arm64
beta
beta
bug
done
duplicate
enhancement
feedback needed from reporter
in progress
invalid
investigating
known Issue
monitor Issue
pull-request
translation
unable to reproduce
unreleased
x86
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/MonitorControl#1031
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/MonitorControl/MonitorControl/pull/77
Author: @JoniVR
Created: 5/8/2019
Status: ✅ Merged
Merged: 5/23/2019
Merged by: @the0neyouseek
Base:
master← Head:quitafterperms📝 Commits (6)
91adfacquits app after asking for accessibility permissions233f749Update Localizable.stringsd14058aMerge branch 'master' into quitafterperms5aaea31Merge branch 'master' into quitafterperms9f19178add accessibilty observer8c099b8Small fixes📊 Changes
5 files changed (+22 additions, -2 deletions)
View changed files
📝
MonitorControl.xcodeproj/project.pbxproj(+5 -0)📝
MonitorControl/AppDelegate.swift(+10 -0)➕
MonitorControl/Extensions/NSNotification+Extension.swift(+5 -0)📝
MonitorControl/Info.plist(+1 -1)📝
MonitorControlHelper/Info.plist(+1 -1)📄 Description
Small Quality of Life change.
Currently when the app shows the popup asking for accessibility permissions, the app doesn't work right after granting these permissions because the app is still launched with previous permissions (would be my guess).This just makes sure the app exits after asking for permissions and tells the user to restart manually after setting permissions. I think it's a bit more user friendly, as the app doesn't work without a manual restart after granting permissions, but let me know what you think.I looked into somehow listening for this setting but I don't think it's possible.Also, you might want to proofread those French and German translations, since I used DeepL for translationsedit:
Permissions now work once the user grants them without having to manually restart the app.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.