Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
Support for StreamDeck-Tools v2.0
Support for Stream Deck SDK v4.1
  • Loading branch information
BarRaider committed Mar 3, 2019
1 parent 7232bd3 commit 5be5496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Stopwatch/StopwatchTimer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public StopwatchTimer(SDConnection connection, InitialPayload payload) : base(co
if (payload.Settings == null || payload.Settings.Count == 0)
{
this.settings = PluginSettings.CreateDefaultSettings();
Connection.SetSettingsAsync(JObject.FromObject(settings));
}
else
{
Expand Down

0 comments on commit 5be5496

Please sign in to comment.