This commit is contained in:
Yoshi Askharoun
2025-09-01 16:15:49 -07:00
parent c553f72fe7
commit 1e7e3ed58a
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
<TextBlock Margin="0,24,0,0" Style="{StaticResource ZuneBodyTextBlockStyle}">
<Run Text="General" Style="{StaticResource ZuneHeaderTextStyle}"/>
</TextBlock>
<TextBlock Text="Choose how often to request donations." Margin="0,8"
<TextBlock Text="Choose how often the donation prompt is shown." Margin="0,8"
Style="{StaticResource ZuneBodyTextBlockStyle}" />
<ComboBox SelectedValue="{Binding Settings.DonationRequestInterval}"
ItemsSource="{ocW:EnumValues Enum=zmhs:DonationRequestInterval}"
+11
View File
@@ -907,4 +907,15 @@
</Setter>
</Style>
<!-- Focus Visual -->
<Style x:Key="&#221;">
<Setter Property="Control.Template">
<Setter.Value>
<ControlTemplate>
<Rectangle Margin="2" SnapsToDevicePixels="true" Stroke="{DynamicResource {x:Static SystemColors.ControlTextBrushKey}}" StrokeThickness="1" StrokeDashArray="1 2"/>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
</ResourceDictionary>