Delete test code

This commit is contained in:
VictoriousRaptor 2023-04-28 13:52:16 +08:00 committed by GitHub
parent c251a276a7
commit 85a077f430
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,14 +36,6 @@ namespace Flow.Launcher
LegacyShow(title, subTitle, iconPath);
return;
}
// Test LegacyShow() usability on win 11 22621
// REMOVE BEFORE MERGING
if (Environment.OSVersion.Version.Build >= 22621)
{
LegacyShow(title, subTitle, iconPath);
return;
}
// Using Windows Notification System
var Icon = !File.Exists(iconPath)