mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-02-21 16:42:05 +00:00
feat: 4th layer support
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
style:rotate="{rotate}deg"
|
||||
use:action={{ title: tooltip }}
|
||||
>
|
||||
{#if code !== 0}
|
||||
{#if code !== 0 && code != 1023}
|
||||
{dynamicMapping || icon || display || id || `0x${code.toString(16)}`}
|
||||
{/if}
|
||||
{#if !isApplied}
|
||||
|
||||
@@ -103,6 +103,7 @@
|
||||
[-rotY, -rotX],
|
||||
[-rotX, -rotY],
|
||||
[rotX, rotY],
|
||||
[rotY, rotX],
|
||||
]}
|
||||
/>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user