From 10be1e110443d94cbe1ac563c8335bdbe04cee5b Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 24 Dec 2023 00:05:39 +0100 Subject: [PATCH] (Android) Disabled the system volume slider in the Sound Settings menu --- es-app/src/guis/GuiMenu.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/es-app/src/guis/GuiMenu.cpp b/es-app/src/guis/GuiMenu.cpp index d110f7d83..aaff8dcde 100644 --- a/es-app/src/guis/GuiMenu.cpp +++ b/es-app/src/guis/GuiMenu.cpp @@ -1008,9 +1008,9 @@ void GuiMenu::openSoundOptions() { auto s = new GuiSettings("SOUND SETTINGS"); -// TODO: Hide the volume slider on macOS and BSD Unix until the volume control logic has been -// implemented for these operating systems. -#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__) +// TODO: Implement volume slider logic for macOS and Android. +#if !defined(__APPLE__) && !defined(__ANDROID__) && !defined(__FreeBSD__) && \ + !defined(__OpenBSD__) && !defined(__NetBSD__) // System volume. // The reason to create the VolumeControl object every time instead of making it a singleton // is that this is the easiest way to detect new default audio devices or changes to the