|
5 | 5 | using Files.Shared.Helpers; |
6 | 6 | using System.Windows.Input; |
7 | 7 | using TagLib; |
8 | | -using Windows.Storage; |
9 | | -using Windows.Storage.FileProperties; |
10 | | -using Windows.Storage.Pickers; |
11 | 8 |
|
12 | 9 | namespace Files.App.Data.Models |
13 | 10 | { |
@@ -484,7 +481,7 @@ public ICommand FormatDriveCommand |
484 | 481 | get => formatDriveCommand; |
485 | 482 | set => SetProperty(ref formatDriveCommand, value); |
486 | 483 | } |
487 | | - |
| 484 | + |
488 | 485 | private ICommand editAlbumCoverCommand; |
489 | 486 | public ICommand EditAlbumCoverCommand |
490 | 487 | { |
@@ -522,7 +519,7 @@ public bool IsItemSelected |
522 | 519 |
|
523 | 520 | public SelectedItemsPropertiesViewModel() |
524 | 521 | { |
525 | | - |
| 522 | + |
526 | 523 | } |
527 | 524 |
|
528 | 525 | private bool isSelectedItemImage = false; |
@@ -632,13 +629,6 @@ public bool ShortcutItemArgumentsVisibility |
632 | 629 | set => SetProperty(ref shortcutItemArgumentsVisibility, value); |
633 | 630 | } |
634 | 631 |
|
635 | | - private bool loadLinkIcon; |
636 | | - public bool LoadLinkIcon |
637 | | - { |
638 | | - get => loadLinkIcon; |
639 | | - set => SetProperty(ref loadLinkIcon, value); |
640 | | - } |
641 | | - |
642 | 632 | private RelayCommand shortcutItemOpenLinkCommand; |
643 | 633 | public RelayCommand ShortcutItemOpenLinkCommand |
644 | 634 | { |
@@ -771,21 +761,21 @@ public bool IsUnblockFileSelected |
771 | 761 | get => isUnblockFileSelected; |
772 | 762 | set => SetProperty(ref isUnblockFileSelected, value); |
773 | 763 | } |
774 | | - |
| 764 | + |
775 | 765 | private bool isAblumCoverModified; |
776 | 766 | public bool IsAblumCoverModified |
777 | 767 | { |
778 | 768 | get => isAblumCoverModified; |
779 | 769 | set => SetProperty(ref isAblumCoverModified, value); |
780 | 770 | } |
781 | | - |
| 771 | + |
782 | 772 | private bool isEditAlbumCoverVisible; |
783 | 773 | public bool IsEditAlbumCoverVisible |
784 | 774 | { |
785 | 775 | get => isEditAlbumCoverVisible; |
786 | 776 | set => SetProperty(ref isEditAlbumCoverVisible, value); |
787 | 777 | } |
788 | | - |
| 778 | + |
789 | 779 | private Picture modifiedAlbumCover; |
790 | 780 | public Picture ModifiedAlbumCover |
791 | 781 | { |
|
0 commit comments