Skip to content

Commit

Permalink
Make it clearer that balloons are disabled on the Folder tab
Browse files Browse the repository at this point in the history
Fixes #613
  • Loading branch information
canton7 committed Apr 5, 2021
1 parent 23dfac1 commit 6f8f792
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/SyncTrayzor/Pages/Settings/SettingsView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@

<GroupBox DockPanel.Dock="Top" Header="{l:Loc SettingsView_Section_TrayIcon}">
<DockPanel>
<CheckBox DockPanel.Dock="Top" IsChecked="{Binding ShowTrayIconOnlyOnClose.Value}" Content="{l:Loc SettingsView_OnlyShowTrayIconOnClose}"/>
<TextBlock DockPanel.Dock="Top" Margin="0,0,0,5" TextWrapping="Wrap"
Text="{l:Loc SettingsView_Alerts_SeeFolders}"/>
<Grid DockPanel.Dock="Top">
<CheckBox IsChecked="{Binding ShowSynchronizedBalloonEvenIfNothingDownloaded.Value}"
Width="{Binding Parent.ActualWidth, RelativeSource={RelativeSource Self}}"
Content="{l:Loc SettingsView_ShowSynchronizedBalloonIfNoFilesTransferred}"/>
</Grid>
<CheckBox DockPanel.Dock="Top" IsChecked="{Binding ShowDeviceConnectivityBalloons.Value}" Content="{l:Loc SettingsView_ShowDeviceConnectivityBalloons}"/>
<CheckBox DockPanel.Dock="Top" IsChecked="{Binding ShowDeviceOrFolderRejectedBalloons.Value}" Content="{l:Loc SettingsView_ShowDeviceOrFolderRejectedBalloons}"/>
<TextBlock DockPanel.Dock="Top" Margin="0,5,0,0" TextWrapping="Wrap"
Text="{l:Loc SettingsView_Alerts_SeeFolders}"/>
<CheckBox DockPanel.Dock="Top" IsChecked="{Binding ShowTrayIconOnlyOnClose.Value}" Content="{l:Loc SettingsView_OnlyShowTrayIconOnClose}"/>
<StackPanel DockPanel.Dock="Top" Orientation="Horizontal" Margin="0,5,0,0">
<Label Padding="0,0,5,0" Target="{Binding ElementName=IconAnimationModeSelect}" VerticalAlignment="Center" Content="{l:Loc SettingsView_AnimateTrayIcon}"/>
<ComboBox x:Name="IconAnimationModeSelect" ItemsSource="{Binding IconAnimationModes}" SelectedValuePath="Value" SelectedValue="{Binding IconAnimationMode.Value}"/>
Expand Down
2 changes: 1 addition & 1 deletion src/SyncTrayzor/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/SyncTrayzor/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ Please donate to my charity fundraising campaign.</value>
<value>Metered Networks</value>
</data>
<data name="SettingsView_Alerts_SeeFolders" xml:space="preserve">
<value>See the 'Folders' tab for per-folder notification settings.</value>
<value>Disable balloon messages entirely on the 'Folders' tab</value>
</data>
<data name="ViewerView_BrowseToFolder" xml:space="preserve">
<value>Browse</value>
Expand Down

0 comments on commit 6f8f792

Please sign in to comment.