disable gamepad

This commit is contained in:
thelamer 2025-12-28 11:58:01 -05:00
parent 1cb8bf5038
commit 272a830960
2 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="thelamer"
# title
ENV TITLE=darktable
ENV TITLE=darktable \
NO_GAMEPAD=true
RUN \
echo "**** add icon ****" && \

View File

@ -10,7 +10,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="thelamer"
# title
ENV TITLE=darktable
ENV TITLE=darktable \
NO_GAMEPAD=true
RUN \
echo "**** add icon ****" && \