Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 548413f

Browse files
authored
Merge pull request #18 from Icon-Pack-Provider/var
Quick fixes on upload experience
2 parents 729abad + 17f0fc7 commit 548413f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DBDIconRepo/Helper/Uploadable/UploadableExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private static IEnumerable<string> HelpGetAllSelectedPaths(ObservableCollection<
9393
{
9494
if (Equals(folder.IsSelected, false))
9595
goto reroll;
96-
return GetRandomIcon(root);
96+
return GetRandomIcon(folder.SubItems);
9797
}
9898

9999
if (Equals(root[index].IsSelected, false))

DBDIconRepo/Views/UploadPack.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386
<StackPanel Orientation="Horizontal"
387387
Visibility="{Binding IsUploadingPackRightNow}">
388388
<ui:ProgressRing Width="32" Height="32"/>
389-
<TextBlock Text="Uplading..." VerticalAlignment="Center" Margin="4,0" Foreground="{DynamicResource SystemControlForegroundBaseHighBrush}"/>
389+
<TextBlock Text="Uploading..." VerticalAlignment="Center" Margin="4,0" Foreground="{DynamicResource SystemControlForegroundBaseHighBrush}"/>
390390
</StackPanel>
391391
<ScrollViewer VerticalScrollBarVisibility="Disabled"
392392
HorizontalScrollBarVisibility="Disabled">

0 commit comments

Comments
 (0)