diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-10-07 10:55:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-07 10:55:21 -0400 |
commit | fc4cde751381a19b9adc4895ab1e4e1d3c1ba7f3 (patch) | |
tree | e7e06fb7378f75ca0e0223776950645740a21e19 /src/yuzu/main.cpp | |
parent | ff3859d48209c4931993c0f2d14994145b0e81f8 (diff) | |
parent | 0fe935a5de9a3dcdc21010f4fa30f4854f2eae10 (diff) |
Merge pull request #11669 from german77/settings2
yuzu: Fix custom rtc and mute audio settings
Diffstat (limited to 'src/yuzu/main.cpp')
-rw-r--r-- | src/yuzu/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 16fa92e2c..1753fec12 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -1447,6 +1447,7 @@ void GMainWindow::OnAppFocusStateChanged(Qt::ApplicationState state) { Settings::values.audio_muted = false; auto_muted = false; } + UpdateVolumeUI(); } } |