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.
2 parents 47c4023 + aedb738 commit b70d198Copy full SHA for b70d198
Flow.Launcher/SelectBrowserWindow.xaml
@@ -195,8 +195,10 @@
195
HorizontalAlignment="Left"
196
VerticalAlignment="Center"
197
Orientation="Horizontal">
198
- <RadioButton IsChecked="{Binding OpenInTab}">New Tab</RadioButton>
199
- <RadioButton IsChecked="{Binding OpenInNewWindow, Mode=OneTime}">New Window</RadioButton>
+ <RadioButton IsChecked="{Binding OpenInTab}"
+ Content="{DynamicResource defaultBrowser_newWindow}"></RadioButton>
200
+ <RadioButton IsChecked="{Binding OpenInNewWindow, Mode=OneTime}"
201
202
</StackPanel>
203
<TextBlock
204
Grid.Row="3"
0 commit comments