add plugin
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
const { streamDeckClient } = window; // если у тебя SDPI lib иначе ниже смотри
|
||||
|
||||
document.getElementById("action").addEventListener("change", () => {
|
||||
const action = document.getElementById("action").value;
|
||||
$SD.api.setSettings($SD.uuid, { action }); // сохраняем строку
|
||||
});
|
||||
Reference in New Issue
Block a user