Explorar el Código

native: Use Docked Mode helper

lat9nq hace 2 años
padre
commit
00af46c356
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/android/app/src/main/jni/native.cpp

+ 1 - 1
src/android/app/src/main/jni/native.cpp

@@ -377,7 +377,7 @@ public:
             return false;
         }
 
-        return !Settings::values.use_docked_mode.GetValue();
+        return !Settings::IsDockedMode();
     }
 
     void SetDeviceType([[maybe_unused]] int index, int type) {