Skip to content

Commit

Permalink
Use file autocomplete for sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTocs committed Jun 9, 2021
1 parent 593295c commit 86035b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/store/ipc.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ export default {
};
result.import = {
name: "Play a Sequence",
data: { type: "String" },
data: {
type: "FilePath",
path: './sequences/',
basePath: './'
},
description: "Plays a Sequence",
color: "#7C4275"
}
Expand Down

0 comments on commit 86035b3

Please sign in to comment.