Skip to content

Commit f6b200b

Browse files
authored
Merge pull request #4405 from DavidGBrett/fix-plugin-store-icons
Fix icon binding in Plugin Store Settings Pane
2 parents 3e320d5 + f949b1c commit f6b200b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/SettingPages/Views/SettingsPanePluginStore.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
Margin="18 24 0 0"
334334
HorizontalAlignment="Left"
335335
RenderOptions.BitmapScalingMode="Fant"
336-
Source="{Binding IcoPathAbsolute, IsAsync=True}" />
336+
Source="{Binding IcoPath, IsAsync=True}" />
337337
<Border
338338
x:Name="LabelUpdate"
339339
Height="12"

0 commit comments

Comments
 (0)