소스 검색

chore: remove duplicate field (#5824)

Amr Bashir 2 년 전
부모
커밋
5fd4d20e3b
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      tooling/api/src/window.ts

+ 0 - 2
tooling/api/src/window.ts

@@ -2104,8 +2104,6 @@ interface WindowOptions {
   alwaysOnTop?: boolean
   /** Prevents the window contents from being captured by other apps. */
   contentProtected?: boolean
-  /** Prevents the window contents from being captured by other apps. */
-  contentPortected?: boolean
   /** Whether or not the window icon should be added to the taskbar. */
   skipTaskbar?: boolean
   /**