Skip to content

Commit 246b1fb

Browse files
Jack251970jjw24
andauthored
Improve code comments
Co-authored-by: Jeremy Wu <[email protected]>
1 parent 123802b commit 246b1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/Win32Helper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ internal static HWND GetWindowHandle(Window window, bool ensure = false)
327327
#region STA Thread
328328

329329
/*
330-
Found on https://github.com/files-community/Files
330+
Inspired by https://github.com/files-community/Files code on STA Thread handling.
331331
*/
332332

333333
public static Task StartSTATaskAsync(Action action)

0 commit comments

Comments
 (0)