Skip to content

Commit

Permalink
Merge pull request #160 from jamesmontemagno/patch-1
Browse files Browse the repository at this point in the history
Fix Action UUID
  • Loading branch information
csharpfritz authored Oct 14, 2020
2 parents 14dbc52 + 9d66594 commit ebd2c1c
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 ebd2c1c

Please sign in to comment.