Skip to content

Commit c17f9e3

Browse files
authored
Fix: Fixed issue where submit feature request linked to wrong location (#11058)
1 parent eb973a3 commit c17f9e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Files.App/Views/SettingsPages/About.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<local:SettingsBlockControl
9494
Title="{helpers:ResourceString Name=SubmitFeatureRequest}"
9595
HorizontalAlignment="Stretch"
96-
ButtonCommand="{x:Bind ViewModel.OpenLogLocationCommand}"
96+
ButtonCommand="{x:Bind ViewModel.SubmitFeatureRequestCommand}"
9797
IsClickable="True">
9898
<FontIcon
9999
FontSize="14"
@@ -105,7 +105,7 @@
105105
<local:SettingsBlockControl
106106
Title="{helpers:ResourceString Name=SubmitBugReport}"
107107
HorizontalAlignment="Stretch"
108-
ButtonCommand="{x:Bind ViewModel.OpenLogLocationCommand}"
108+
ButtonCommand="{x:Bind ViewModel.SubmitBugReportCommand}"
109109
IsClickable="True">
110110
<FontIcon
111111
FontSize="14"

0 commit comments

Comments
 (0)