@@ -205,8 +205,8 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseLayoutMenuItems(Curren
205
205
Text = "BaseLayoutContextFlyoutSortBy/Text" . GetLocalized ( ) ,
206
206
ColoredIcon = new ColoredIconModel ( )
207
207
{
208
- BaseLayerGlyph = "\u0029 " ,
209
- OverlayLayerGlyph = "\u002A " ,
208
+ BaseLayerGlyph = "\uF029 " ,
209
+ OverlayLayerGlyph = "\uF02A " ,
210
210
} ,
211
211
ShowInRecycleBin = true ,
212
212
ShowInSearchPage = true ,
@@ -479,13 +479,13 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseLayoutMenuItems(Curren
479
479
new ContextMenuFlyoutItemViewModel ( )
480
480
{
481
481
Text = "BaseLayoutContextFlyoutPaste/Text" . GetLocalized ( ) ,
482
- //Glyph = "\uE16D ",
482
+ // Glyph = "\uF16D ",
483
483
ShowInFtpPage = true ,
484
484
ShowInZipPage = true ,
485
485
ColoredIcon = new ColoredIconModel ( )
486
486
{
487
- BaseLayerGlyph = "\u0023 " ,
488
- OverlayLayerGlyph = "\u0024 " ,
487
+ BaseLayerGlyph = "\uF023 " ,
488
+ OverlayLayerGlyph = "\uF024 " ,
489
489
} ,
490
490
Command = commandsViewModel . PasteItemsFromClipboardCommand ,
491
491
IsEnabled = currentInstanceViewModel . CanPasteInPage && App . MainViewModel . IsPasteEnabled ,
@@ -499,7 +499,7 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseLayoutMenuItems(Curren
499
499
new ContextMenuFlyoutItemViewModel ( )
500
500
{
501
501
Text = "BaseLayoutContextFlyoutOpenInTerminal/Text" . GetLocalized ( ) ,
502
- Glyph = "\uE756 " ,
502
+ Glyph = "\uFE56 " ,
503
503
Command = commandsViewModel . OpenDirectoryInDefaultTerminalCommand ,
504
504
} ,
505
505
new ContextMenuFlyoutItemViewModel ( )
@@ -513,8 +513,8 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseLayoutMenuItems(Curren
513
513
Text = "BaseLayoutContextFlyoutNew/Label" . GetLocalized ( ) ,
514
514
ColoredIcon = new ColoredIconModel ( )
515
515
{
516
- BaseLayerGlyph = "\u0037 " ,
517
- OverlayLayerGlyph = "\u0038 "
516
+ BaseLayerGlyph = "\uF037 " ,
517
+ OverlayLayerGlyph = "\uF038 "
518
518
} ,
519
519
KeyboardAccelerator = new KeyboardAccelerator
520
520
{
@@ -565,8 +565,8 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseLayoutMenuItems(Curren
565
565
Text = "BaseLayoutContextFlyoutPropertiesFolder/Text" . GetLocalized ( ) ,
566
566
ColoredIcon = new ColoredIconModel ( )
567
567
{
568
- BaseLayerGlyph = "\u0031 " ,
569
- OverlayLayerGlyph = "\u0032 "
568
+ BaseLayerGlyph = "\uF031 " ,
569
+ OverlayLayerGlyph = "\uF032 "
570
570
} ,
571
571
Command = commandsViewModel . ShowFolderPropertiesCommand ,
572
572
ShowInFtpPage = true ,
@@ -658,7 +658,7 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseItemMenuItems(BaseLayo
658
658
new ContextMenuFlyoutItemViewModel ( )
659
659
{
660
660
Text = "BaseLayoutItemContextFlyoutOpenInNewPane/Text" . GetLocalized ( ) ,
661
- Glyph = "\uF117 " ,
661
+ Glyph = "\uE117 " ,
662
662
GlyphFontFamilyName = "CustomGlyph" ,
663
663
Command = commandsViewModel . OpenDirectoryInNewPaneCommand ,
664
664
ShowItem = App . AppSettings . IsDualPaneEnabled && selectedItems . All ( i => i . PrimaryItemAttribute == Windows . Storage . StorageItemTypes . Folder ) ,
@@ -742,8 +742,8 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseItemMenuItems(BaseLayo
742
742
Text = "BaseLayoutItemContextFlyoutCut/Text" . GetLocalized ( ) ,
743
743
ColoredIcon = new ColoredIconModel ( )
744
744
{
745
- BaseLayerGlyph = "\u003D " ,
746
- OverlayLayerGlyph = "\u003E " ,
745
+ BaseLayerGlyph = "\uF03D " ,
746
+ OverlayLayerGlyph = "\uF03E " ,
747
747
} ,
748
748
Command = commandsViewModel . CutItemCommand ,
749
749
IsPrimary = true ,
@@ -760,11 +760,11 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseItemMenuItems(BaseLayo
760
760
new ContextMenuFlyoutItemViewModel ( )
761
761
{
762
762
Text = "BaseLayoutItemContextFlyoutCopy/Text" . GetLocalized ( ) ,
763
- //Glyph = "\uE8C8 ",
763
+ //Glyph = "\uF8C8 ",
764
764
ColoredIcon = new ColoredIconModel ( )
765
765
{
766
- BaseLayerGlyph = "\u0021 " ,
767
- OverlayLayerGlyph = "\u0022 " ,
766
+ BaseLayerGlyph = "\uF021 " ,
767
+ OverlayLayerGlyph = "\uF022 " ,
768
768
} ,
769
769
Command = commandsViewModel . CopyItemCommand ,
770
770
ShowInRecycleBin = true ,
@@ -784,8 +784,8 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseItemMenuItems(BaseLayo
784
784
Text = "BaseLayoutItemContextFlyoutCopyLocation/Text" . GetLocalized ( ) ,
785
785
ColoredIcon = new ColoredIconModel ( )
786
786
{
787
- BaseLayerGlyph = "\u002F " ,
788
- OverlayLayerGlyph = "\u0030 "
787
+ BaseLayerGlyph = "\uF02F " ,
788
+ OverlayLayerGlyph = "\uF030 "
789
789
} ,
790
790
Command = commandsViewModel . CopyPathOfSelectedItemCommand ,
791
791
SingleItemOnly = true ,
@@ -796,12 +796,12 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseItemMenuItems(BaseLayo
796
796
new ContextMenuFlyoutItemViewModel ( )
797
797
{
798
798
Text = "BaseLayoutContextFlyoutPaste/Text" . GetLocalized ( ) ,
799
- //Glyph = "\uE16D ",
799
+ //Glyph = "\uF16D ",
800
800
IsPrimary = true ,
801
801
ColoredIcon = new ColoredIconModel ( )
802
802
{
803
- BaseLayerGlyph = "\u0023 " ,
804
- OverlayLayerGlyph = "\u0024 " ,
803
+ BaseLayerGlyph = "\uF023 " ,
804
+ OverlayLayerGlyph = "\uF024 " ,
805
805
} ,
806
806
Command = commandsViewModel . PasteItemsFromClipboardCommand ,
807
807
ShowItem = selectedItems . All ( x => x . PrimaryItemAttribute == StorageItemTypes . Folder ) ,
@@ -822,8 +822,8 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseItemMenuItems(BaseLayo
822
822
Text = "BaseLayoutItemContextFlyoutCreateFolderWithSelection/Text" . GetLocalized ( ) ,
823
823
ColoredIcon = new ColoredIconModel ( )
824
824
{
825
- BaseLayerGlyph = "\u0033 " ,
826
- OverlayLayerGlyph = "\u0034 "
825
+ BaseLayerGlyph = "\uF033 " ,
826
+ OverlayLayerGlyph = "\uF034 "
827
827
} ,
828
828
Command = commandsViewModel . CreateFolderWithSelection ,
829
829
} ,
@@ -840,12 +840,12 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseItemMenuItems(BaseLayo
840
840
new ContextMenuFlyoutItemViewModel ( )
841
841
{
842
842
Text = "BaseLayoutItemContextFlyoutRename/Text" . GetLocalized ( ) ,
843
- //Glyph = "\uE8AC ",
843
+ //Glyph = "\uF8AC ",
844
844
IsPrimary = true ,
845
845
ColoredIcon = new ColoredIconModel ( )
846
846
{
847
- BaseLayerGlyph = "\u0027 " ,
848
- OverlayLayerGlyph = "\u0028 " ,
847
+ BaseLayerGlyph = "\uF027 " ,
848
+ OverlayLayerGlyph = "\uF028 " ,
849
849
} ,
850
850
Command = commandsViewModel . RenameItemCommand ,
851
851
SingleItemOnly = true ,
@@ -861,25 +861,25 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseItemMenuItems(BaseLayo
861
861
new ContextMenuFlyoutItemViewModel ( )
862
862
{
863
863
Text = "BaseLayoutItemContextFlyoutShare/Text" . GetLocalized ( ) ,
864
- //Glyph = "\uE72D ",
864
+ //Glyph = "\uF72D ",
865
865
IsPrimary = true ,
866
866
ColoredIcon = new ColoredIconModel ( )
867
867
{
868
- BaseLayerGlyph = "\u0025 " ,
869
- OverlayLayerGlyph = "\u0026 " ,
868
+ BaseLayerGlyph = "\uF025 " ,
869
+ OverlayLayerGlyph = "\uF026 " ,
870
870
} ,
871
871
Command = commandsViewModel . ShareItemCommand ,
872
872
ShowItem = DataTransferManager . IsSupported ( ) && ! selectedItems . Any ( i => i . IsHiddenItem || ( i . IsShortcutItem && ! i . IsLinkItem ) || i . PrimaryItemAttribute == StorageItemTypes . Folder ) ,
873
873
} ,
874
874
new ContextMenuFlyoutItemViewModel ( )
875
875
{
876
876
Text = "BaseLayoutItemContextFlyoutDelete/Text" . GetLocalized ( ) ,
877
- //Glyph = "\uE74D ",
877
+ //Glyph = "\uF74D ",
878
878
IsPrimary = true ,
879
879
ColoredIcon = new ColoredIconModel ( )
880
880
{
881
- BaseLayerGlyph = "\u0035 " ,
882
- OverlayLayerGlyph = "\u0036 "
881
+ BaseLayerGlyph = "\uF035 " ,
882
+ OverlayLayerGlyph = "\uF036 "
883
883
} ,
884
884
Command = commandsViewModel . DeleteItemCommand ,
885
885
ShowInRecycleBin = true ,
@@ -895,12 +895,12 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseItemMenuItems(BaseLayo
895
895
new ContextMenuFlyoutItemViewModel ( )
896
896
{
897
897
Text = "BaseLayoutItemContextFlyoutProperties/Text" . GetLocalized ( ) ,
898
- //Glyph = "\uE946 ",
898
+ //Glyph = "\uF946 ",
899
899
IsPrimary = true ,
900
900
ColoredIcon = new ColoredIconModel ( )
901
901
{
902
- BaseLayerGlyph = "\u0031 " ,
903
- OverlayLayerGlyph = "\u0032 "
902
+ BaseLayerGlyph = "\uF031 " ,
903
+ OverlayLayerGlyph = "\uF032 "
904
904
} ,
905
905
Command = commandsViewModel . ShowPropertiesCommand ,
906
906
ShowInRecycleBin = true ,
@@ -976,7 +976,7 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseItemMenuItems(BaseLayo
976
976
Glyph = "\uE840 " ,
977
977
Command = commandsViewModel . PinItemToStartCommand ,
978
978
ShowOnShift = true ,
979
- ShowItem = selectedItems . All ( x => x . PrimaryItemAttribute == StorageItemTypes . Folder && ! x . IsZipItem && ! x . IsItemPinnedToStart ) ,
979
+ ShowItem = selectedItems . All ( x => ! x . IsShortcutItem && x . PrimaryItemAttribute == StorageItemTypes . Folder && ! x . IsZipItem && ! x . IsItemPinnedToStart ) ,
980
980
ShowInSearchPage = true ,
981
981
ShowInFtpPage = true ,
982
982
SingleItemOnly = true ,
@@ -987,7 +987,7 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseItemMenuItems(BaseLayo
987
987
Glyph = "\uE77A " ,
988
988
Command = commandsViewModel . UnpinItemFromStartCommand ,
989
989
ShowOnShift = true ,
990
- ShowItem = selectedItems . All ( x => x . PrimaryItemAttribute == StorageItemTypes . Folder && ! x . IsZipItem && x . IsItemPinnedToStart ) ,
990
+ ShowItem = selectedItems . All ( x => ! x . IsShortcutItem && x . PrimaryItemAttribute == StorageItemTypes . Folder && ! x . IsZipItem && x . IsItemPinnedToStart ) ,
991
991
ShowInSearchPage = true ,
992
992
ShowInFtpPage = true ,
993
993
SingleItemOnly = true ,
0 commit comments