Skip to content

Commit

Permalink
removing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
calhall committed Nov 21, 2023
1 parent 1495b80 commit b47c4d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions TCCKronos/MainUserInterface/KronosUIController.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@ - (void)windowDidLoad {
[_loadingSpinnerView setMaterial:NSVisualEffectMaterialSidebar];


//wait a bit, then set activation policy
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0),
^{
//on main thread
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (0.5 * NSEC_PER_SEC)), dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
[self sortTCCPermissions];

Expand Down

0 comments on commit b47c4d5

Please sign in to comment.