Tauri API Validation
{#if theme === 'auto'}
{:else if theme === 'dark'}
{:else if theme === 'light'}
{/if}
{#if isWindowMaximized}
{:else}
{/if}