File tree Expand file tree Collapse file tree 1 file changed +0
-40
lines changed
Plugins/Flow.Launcher.Plugin.Program/Programs Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Original file line number Diff line number Diff line change @@ -643,46 +643,6 @@ string TryToFindLogo(string uri, string path)
643
643
Path . GetFileName ( file ) . StartsWith ( logoNamePrefix ) && extension == Path . GetExtension ( file )
644
644
) ;
645
645
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
-
686
646
if ( ! string . IsNullOrEmpty ( selected ) )
687
647
{
688
648
return selected ;
You can’t perform that action at this time.
0 commit comments