summaryrefslogtreecommitdiffstats
path: root/src/yuzu/main.cpp
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-10-04 04:06:21 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2023-10-04 04:12:06 +0200
commitc84c35ac743c6303fcc1bb96b17ae530a39bd49e (patch)
tree5129b0f512c91177ce754756b08d68d1ea4c3a6c /src/yuzu/main.cpp
parentMerge pull request #11652 from liamwhite/shutdown-goes-brrr (diff)
downloadyuzu-c84c35ac743c6303fcc1bb96b17ae530a39bd49e.tar
yuzu-c84c35ac743c6303fcc1bb96b17ae530a39bd49e.tar.gz
yuzu-c84c35ac743c6303fcc1bb96b17ae530a39bd49e.tar.bz2
yuzu-c84c35ac743c6303fcc1bb96b17ae530a39bd49e.tar.lz
yuzu-c84c35ac743c6303fcc1bb96b17ae530a39bd49e.tar.xz
yuzu-c84c35ac743c6303fcc1bb96b17ae530a39bd49e.tar.zst
yuzu-c84c35ac743c6303fcc1bb96b17ae530a39bd49e.zip
Diffstat (limited to 'src/yuzu/main.cpp')
-rw-r--r--src/yuzu/main.cpp1
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();
}
}