Skip to content

Commit 2ad8424

Browse files
author
J.A.R.V.I.S.
committed
fix: add missing using Avalonia.Threading for DispatcherTimer
1 parent e0b288c commit 2ad8424

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/HaDeskLink/Views/NotificationPopup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
using Avalonia.Controls;
99
using Avalonia.Layout;
1010
using Avalonia.Media;
11+
using Avalonia.Threading;
1112
using System;
1213
using System.Collections.Generic;
1314
using System.Linq;

0 commit comments

Comments
 (0)