mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 15:29:26 +00:00
Macro recorder update, Macro service added (for the panels)
This commit is contained in:
parent
d07b6eb820
commit
4ce03f7a4b
6 changed files with 48 additions and 24 deletions
|
|
@ -130,7 +130,6 @@ export const useMacroRecorderStore = defineStore('macrorecorder', () => {
|
|||
|
||||
const changeName = (name) => {
|
||||
macroName.value = name
|
||||
console.log(macroName.value)
|
||||
}
|
||||
|
||||
const changeDelay = (fixed) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue