Skip to content

Commit

Permalink
Fix Action UUID
Browse files Browse the repository at this point in the history
The manifest has .DefaultPluginAction
  • Loading branch information
jamesmontemagno authored Oct 3, 2020
1 parent 0bad500 commit 9d66594
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace _StreamDeckPlugin_
{
[ActionUuid(Uuid="$(UUID)")]
[ActionUuid(Uuid="$(UUID).DefaultPluginAction")]
public class $(PluginName)Action : BaseStreamDeckActionWithSettingsModel<Models.CounterSettingsModel>
{
public override async Task OnKeyUp(StreamDeckEventPayload args)
Expand Down

0 comments on commit 9d66594

Please sign in to comment.