Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
anoyetta committed Dec 9, 2019
2 parents 3ab3c38 + d58a410 commit a7ff7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/XIVNote/ViewModels/WidgetViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private static DispatcherTimer CreateAutoSaveTimer()
Interval = TimeSpan.FromSeconds(7),
};

timer.Tick += async (_, __) =>
timer.Tick += (_, __) =>
{
if (IsSaveQueue)
{
Expand Down

0 comments on commit a7ff7f0

Please sign in to comment.