Skip to content

Commit

Permalink
Merge pull request #24 from mterm-io/test-status-check
Browse files Browse the repository at this point in the history
test status check
  • Loading branch information
daretodave authored Apr 25, 2024
2 parents edfacc8 + 4a92249 commit 7f1b453
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/main/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ describe('Main', () => {
expect.objectContaining({
width: 1800,
height: 600,
transparent: true,
movable: false,
maximizable: false,
enableLargerThanScreen: true,
title: 'MTERM'
}),
Expand Down
3 changes: 0 additions & 3 deletions src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ const runner = new RunnerWindow(
{
width: 1800,
height: 600,
transparent: true,
movable: false,
maximizable: false,
enableLargerThanScreen: true,
title: 'MTERM'
},
Expand Down

0 comments on commit 7f1b453

Please sign in to comment.