chore: remove duplicate field (#5824)

This commit is contained in:
Amr Bashir 2022-12-13 17:56:58 +02:00 committed by GitHub
parent 4ab5545b7a
commit 5fd4d20e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
/**