Skip to content

Commit

Permalink
Add checkbox for systray icon
Browse files Browse the repository at this point in the history
See #128
  • Loading branch information
Antoine Aflalo committed Dec 8, 2016
1 parent 74cbfd9 commit ad14fd9
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 14 deletions.
18 changes: 18 additions & 0 deletions SoundSwitch/Properties/SettingsString.Designer.cs

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

3 changes: 3 additions & 0 deletions SoundSwitch/Properties/SettingsString.fr.resx
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,7 @@
<data name="tooltip" xml:space="preserve">
<value>Information lors du survol</value>
</data>
<data name="cycleDevice" xml:space="preserve">
<value>Switcher entre</value>
</data>
</root>
6 changes: 6 additions & 0 deletions SoundSwitch/Properties/SettingsString.resx
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,10 @@
<data name="tooltip" xml:space="preserve">
<value>Tooltip on hover</value>
</data>
<data name="cycleDevice" xml:space="preserve">
<value>Cycle through</value>
</data>
<data name="keepSystrayIcon" xml:space="preserve">
<value>Keep systray icon</value>
</data>
</root>
42 changes: 28 additions & 14 deletions SoundSwitch/UI/Forms/Settings.Designer.cs

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

0 comments on commit ad14fd9

Please sign in to comment.