mirror of
https://github.com/wiiu-env/SwipSwapMe.git
synced 2025-04-14 03:51:24 +02:00
Don't show audio mode on boot if it's AUDIO_MODE_MATCH_SCREEN
This commit is contained in:
parent
e569a3eb64
commit
f9bb2b7cc2
@ -337,7 +337,7 @@ INITIALIZE_PLUGIN() {
|
||||
if (gCurScreenMode != SCREEN_MODE_NONE) {
|
||||
NotificationModule_AddInfoNotification(screenModeToStr(gCurScreenMode));
|
||||
}
|
||||
if (gCurAudioMode != AUDIO_MODE_NONE) {
|
||||
if (gCurAudioMode != AUDIO_MODE_NONE && gCurAudioMode != AUDIO_MODE_MATCH_SCREEN) {
|
||||
NotificationModule_AddInfoNotification(audioModeToStr(gCurAudioMode));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user