- {#if screens.length}
-
- {#if !currentScreen.screen || !screens.find((a) => a.id.toString() === currentScreen.screen)}
-
-
-
- {/if}
-
- {#each screens as screen, i}
-
{
- if (!currentScreen?.forcedResolution) changeOutputScreen({ detail: { id: screen.id, bounds: screen.bounds } })
- }}
- >
- {i + 1}
-
- {/each}
+{#if edgeBlending}
+
+
+
+
+
+
+ updateBlending(e.detail, "left")} />
+
+
+
+ updateBlending(e.detail, "right")} />
+
+
+
+ updateBlending(e.detail, "rotate")} />
+
+
+
+ updateBlending(e.detail, "opacity")} />
+
+
+
+
+ updateBlending(isChecked(e), "centered")} />
- {:else}
-
+
+ {#if blending.centered}
+
+
+ updateBlending(e.detail, "offset")} />
+
{/if}
-
+{:else}
+
+
+
+
+
+
+
+
+
+
+ {#if screens.length}
+
+ {#if !currentScreen.screen || !screens.find((a) => a.id.toString() === currentScreen.screen)}
+
+
+
+ {/if}
+
+ {#each screens as screen, i}
+
{
+ if (!currentScreen?.forcedResolution) changeOutputScreen({ detail: { id: screen.id, bounds: screen.bounds } })
+ }}
+ >
+ {i + 1}
+
+ {/each}
+
+ {:else}
+
+ {/if}
+
+{/if}