Skip to content

Commit 58a3fd2

Browse files
committed
re-enable gamepad support
1 parent 672f7c4 commit 58a3fd2

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
77
LABEL maintainer="thelamer"
88

99
# title
10-
ENV TITLE="Fedora XFCE" \
11-
NO_GAMEPAD="true"
10+
ENV TITLE="Fedora XFCE"
1211

1312
RUN \
1413
echo "**** add icon ****" && \

Dockerfile.aarch64

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
77
LABEL maintainer="thelamer"
88

99
# title
10-
ENV TITLE="Fedora XFCE" \
11-
NO_GAMEPAD="true"
10+
ENV TITLE="Fedora XFCE"
1211

1312
RUN \
1413
echo "**** add icon ****" && \

0 commit comments

Comments
 (0)