Skip to content

Commit aedb738

Browse files
committed
Use Dynamic resource for NewTab & NewWindow
1 parent 47c4023 commit aedb738

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Flow.Launcher/SelectBrowserWindow.xaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,10 @@
195195
HorizontalAlignment="Left"
196196
VerticalAlignment="Center"
197197
Orientation="Horizontal">
198-
<RadioButton IsChecked="{Binding OpenInTab}">New Tab</RadioButton>
199-
<RadioButton IsChecked="{Binding OpenInNewWindow, Mode=OneTime}">New Window</RadioButton>
198+
<RadioButton IsChecked="{Binding OpenInTab}"
199+
Content="{DynamicResource defaultBrowser_newWindow}"></RadioButton>
200+
<RadioButton IsChecked="{Binding OpenInNewWindow, Mode=OneTime}"
201+
Content="{DynamicResource defaultBrowser_newWindow}"></RadioButton>
200202
</StackPanel>
201203
<TextBlock
202204
Grid.Row="3"

0 commit comments

Comments
 (0)