Skip to content

Commit

Permalink
final final lint (trust)
Browse files Browse the repository at this point in the history
  • Loading branch information
alepouna authored Apr 3, 2024
1 parent 76c4527 commit 8ecabab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function initializeApp() {
input.type === 'keyUp' &&
(input.key.toLowerCase() === 'r' || input.key === 'F5') &&
(input.control || input.meta)
) {
) {

Check failure on line 224 in src/main/index.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `··`
mainWindow.isFocused() && mainWindow.reload();
}

Expand Down

0 comments on commit 8ecabab

Please sign in to comment.