Skip to content

Commit 8ac873b

Browse files
remove comments
1 parent 9d40053 commit 8ac873b

File tree

1 file changed

+0
-40
lines changed
  • Plugins/Flow.Launcher.Plugin.Program/Programs

1 file changed

+0
-40
lines changed

Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -643,46 +643,6 @@ string TryToFindLogo(string uri, string path)
643643
Path.GetFileName(file).StartsWith(logoNamePrefix) && extension == Path.GetExtension(file)
644644
);
645645

646-
//var scaleFactors = new Dictionary<PackageVersion, List<int>>
647-
//{
648-
// // scale factors on win10: https://docs.microsoft.com/en-us/windows/uwp/controls-and-patterns/tiles-and-notifications-app-assets#asset-size-tables,
649-
// {
650-
// PackageVersion.Windows10, new List<int>
651-
// {
652-
// 100,
653-
// 125,
654-
// 150,
655-
// 200,
656-
// 400
657-
// }
658-
// },
659-
// {
660-
// PackageVersion.Windows81, new List<int>
661-
// {
662-
// 100,
663-
// 120,
664-
// 140,
665-
// 160,
666-
// 180
667-
// }
668-
// },
669-
// {
670-
// PackageVersion.Windows8, new List<int>
671-
// {
672-
// 100
673-
// }
674-
// }
675-
//};
676-
677-
//if (scaleFactors.ContainsKey(Package.Version))
678-
//{
679-
// foreach (var factor in scaleFactors[Package.Version])
680-
// {
681-
// // https://learn.microsoft.com/en-us/windows/uwp/app-resources/tailor-resources-lang-scale-contrast
682-
// suffixes.Add($"scale-{factor}{extension}"); // MS don't require scale as the last
683-
// }
684-
//}
685-
686646
if (!string.IsNullOrEmpty(selected))
687647
{
688648
return selected;

0 commit comments

Comments
 (0)