We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb973a3 commit c17f9e3Copy full SHA for c17f9e3
src/Files.App/Views/SettingsPages/About.xaml
@@ -93,7 +93,7 @@
93
<local:SettingsBlockControl
94
Title="{helpers:ResourceString Name=SubmitFeatureRequest}"
95
HorizontalAlignment="Stretch"
96
- ButtonCommand="{x:Bind ViewModel.OpenLogLocationCommand}"
+ ButtonCommand="{x:Bind ViewModel.SubmitFeatureRequestCommand}"
97
IsClickable="True">
98
<FontIcon
99
FontSize="14"
@@ -105,7 +105,7 @@
105
106
Title="{helpers:ResourceString Name=SubmitBugReport}"
107
108
+ ButtonCommand="{x:Bind ViewModel.SubmitBugReportCommand}"
109
110
111
0 commit comments