Skip to content

Commit 85a077f

Browse files
Delete test code
1 parent c251a27 commit 85a077f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Flow.Launcher/Notification.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ private static void ShowInternal(string title, string subTitle, string iconPath
3636
LegacyShow(title, subTitle, iconPath);
3737
return;
3838
}
39-
40-
// Test LegacyShow() usability on win 11 22621
41-
// REMOVE BEFORE MERGING
42-
if (Environment.OSVersion.Version.Build >= 22621)
43-
{
44-
LegacyShow(title, subTitle, iconPath);
45-
return;
46-
}
4739

4840
// Using Windows Notification System
4941
var Icon = !File.Exists(iconPath)

0 commit comments

Comments
 (0)