Skip to content

Commit

Permalink
chore: clean up code for double click
Browse files Browse the repository at this point in the history
  • Loading branch information
AkaShark committed Dec 27, 2023
1 parent 8be5cab commit 47f417c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ - (void)setupEventMonitor {
// TODO: Let users customize double-click shortcuts later on
#if DEBUG
mm_strongify(self);
[self showMiniFloatingWindow];
// add double click as shortcuts feat in MAShortCut
// [self showMiniFloatingWindow];
#endif
}];
}
Expand Down

0 comments on commit 47f417c

Please sign in to comment.