This commit is contained in:
Nathan Bierema 2024-02-23 18:07:31 -05:00
parent 1e8c489c9c
commit 57fce53e5a

View File

@ -132,7 +132,7 @@ export default function openFile(
}, },
); );
} else if (confirm('Set the editor to open the file in?')) { } else if (confirm('Set the editor to open the file in?')) {
chrome.runtime.openOptionsPage(); void chrome.runtime.openOptionsPage();
} }
} }
} }