mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
code_style: use Windows, Linux
instead of Default
in On.Options
This commit is contained in:
parent
f0e35b2563
commit
9768b21859
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@
|
||||||
Foreground="{DynamicResource Brush.FG2}">
|
Foreground="{DynamicResource Brush.FG2}">
|
||||||
<TextBlock.Text>
|
<TextBlock.Text>
|
||||||
<OnPlatform>
|
<OnPlatform>
|
||||||
<On Options="Default">
|
<On Options="Windows, Linux">
|
||||||
<DynamicResource ResourceKey="Text.WorkingCopy.CommitWithAutoStage"/>
|
<DynamicResource ResourceKey="Text.WorkingCopy.CommitWithAutoStage"/>
|
||||||
</On>
|
</On>
|
||||||
<On Options="macOS">
|
<On Options="macOS">
|
||||||
|
|
Loading…
Reference in a new issue