mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Delete test code
This commit is contained in:
parent
c251a276a7
commit
85a077f430
1 changed files with 0 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue