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 25309d8 commit c9b2818Copy full SHA for c9b2818
src/Files.App/Views/Settings/AdvancedPage.xaml
@@ -170,7 +170,7 @@
170
</wctcontrols:SettingsCard>
171
172
<!-- Omnibar -->
173
- <wctcontrols:SettingsCard Header="{helpers:ResourceString Name=EnableOmnibar}">
+ <wctcontrols:SettingsCard Header="{helpers:ResourceString Name=EnableOmnibar}" IsEnabled="{x:Bind ViewModel.IsAppEnvironmentDev, Mode=OneWay}">
174
<wctcontrols:SettingsCard.HeaderIcon>
175
<FontIcon Glyph="" />
176
</wctcontrols:SettingsCard.HeaderIcon>
0 commit comments