mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #936 from Flow-Launcher/browserWindowText
Use Dynamic resource for NewTab & NewWindow
This commit is contained in:
commit
b70d198dd3
1 changed files with 4 additions and 2 deletions
|
|
@ -195,8 +195,10 @@
|
||||||
HorizontalAlignment="Left"
|
HorizontalAlignment="Left"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Orientation="Horizontal">
|
Orientation="Horizontal">
|
||||||
<RadioButton IsChecked="{Binding OpenInTab}">New Tab</RadioButton>
|
<RadioButton IsChecked="{Binding OpenInTab}"
|
||||||
<RadioButton IsChecked="{Binding OpenInNewWindow, Mode=OneTime}">New Window</RadioButton>
|
Content="{DynamicResource defaultBrowser_newWindow}"></RadioButton>
|
||||||
|
<RadioButton IsChecked="{Binding OpenInNewWindow, Mode=OneTime}"
|
||||||
|
Content="{DynamicResource defaultBrowser_newWindow}"></RadioButton>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
<TextBlock
|
<TextBlock
|
||||||
Grid.Row="3"
|
Grid.Row="3"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue