Skip to content

Commit

Permalink
Differentiate between volume mixers (fixes #1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar committed Nov 13, 2024
1 parent 4c8a071 commit 9fda3b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Fixed an issue with EarTrumpet packaging that affected the languages shown in the Microsoft Store
- Dropped support for some end-of-life versions of Windows 10
- Added a help dialog to assist when EarTrumpet can't start automatically due to missing Windows policies
- Fixed the duplicate Windows Legacy > Volume Mixer entries that appear on Windows 11

## 2.3.0.0
- Added setting to turn on/off ability to change volume with the scroll wheel anywhere (thanks @Tester798!)
Expand Down
12 changes: 6 additions & 6 deletions EarTrumpet/Properties/Resources.Designer.cs

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

4 changes: 2 additions & 2 deletions EarTrumpet/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<value>Volume Mixer</value>
</data>
<data name="LegacyVolumeMixerText" xml:space="preserve">
<value>Volume Mixer</value>
<value>Volume mixer (legacy)</value>
</data>
<data name="NoDevicesPanelContent" xml:space="preserve">
<value>It doesn't look like you have any playback devices.</value>
Expand Down Expand Up @@ -656,7 +656,7 @@ Open [https://eartrumpet.app/jmp/fixstartup] to resolve this?</value>
<value>App volume and device preferences</value>
</data>
<data name="OpenAppsVolume_Windows11_Text" xml:space="preserve">
<value>Volume mixer</value>
<value>Volume mixer (Windows Settings)</value>
</data>
<data name="MouseSettingsPageText" xml:space="preserve">
<value>Mouse settings</value>
Expand Down

0 comments on commit 9fda3b6

Please sign in to comment.