Skip to content

Commit

Permalink
Add comment for future work
Browse files Browse the repository at this point in the history
  • Loading branch information
alichtman committed Dec 10, 2024
1 parent 6b1911b commit 5786f74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/renderer/SuccessOrErrorModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import checkmarkAnimationData from './assets/checkmark-animation.json';

import Button from './Button';

// TODO: Add native file drag and drop: https://www.electronjs.org/docs/latest/tutorial/native-file-drag-drop
// TODO: Add native file drag and drop for created files: https://www.electronjs.org/docs/latest/tutorial/native-file-drag-drop

export default function SuccessOrErrorModal({
onGoHome,
Expand Down Expand Up @@ -42,9 +42,7 @@ export default function SuccessOrErrorModal({
<Button
isPrimary={true}
onClick={() => {
// TODO: Expose this as an IPC thing
onRevealInFinder();
// shell.showItemInFolder(encryptedFilePath);
}}
>
<span className="openFinderText">Reveal in Finder</span>
Expand Down

0 comments on commit 5786f74

Please sign in to comment.