{#if Object.keys(webviewMap).length >= 1}
Selected Window
Choose a window...
{#each Object.keys(webviewMap) as label}
{label}
{/each}
{/if}
Create New Window
Create
{#if webviewMap[selectedWebview]}
Change Window Icon
Change
Set Window Title
Set
webviewMap[selectedWebview].center()} > Center
Minimize
Hide
Disable
Request attention
Switch Theme ({theme})
Resizable
Maximizable
Minimizable
Closable
Has decorations
Always on top
Always on bottom
Content protected
Maximized
Fullscreen
X
Y
Width
Height
Min width
Min height
Max width
Max height
Inner Size
Width: {innerSize.width}
Height: {innerSize.height}
Outer Size
Width: {outerSize.width}
Height: {outerSize.height}
Inner Logical Size
Width: {innerSize.toLogical(scaleFactor).width.toFixed(3)}
Height: {innerSize.toLogical(scaleFactor).height.toFixed(3)}
Outer Logical Size
Width: {outerSize.toLogical(scaleFactor).width.toFixed(3)}
Height: {outerSize.toLogical(scaleFactor).height.toFixed(3)}
Inner Position
x: {innerPosition.x}
y: {innerPosition.y}
Outer Position
x: {outerPosition.x}
y: {outerPosition.y}
Inner Logical Position
x: {innerPosition.toLogical(scaleFactor).x.toFixed(3)}
y: {innerPosition.toLogical(scaleFactor).y.toFixed(3)}
Outer Logical Position
x: {outerPosition.toLogical(scaleFactor).x.toFixed(3)}
y: {outerPosition.toLogical(scaleFactor).y.toFixed(3)}
Cursor
Grab
Visible
Ignore events
Icon
{#each cursorIconOptions as kind}
{kind}
{/each}
X position
Y position
Progress Status
{#each progressBarStatusOptions as status}
{status}
{/each}
Progress
{#if isWindows || isMacOS}
Applied effects: {effects.length ? effects.join(', ') : 'None'}
Clear
Effect
{#each effectOptions as effect}
{effect}
{/each}
State
{#each effectStateOptions as state}
{state}
{/each}
Radius
Color
Add
{/if} {/if}