### Current Behavior I'm missing the option to enable darkmode: <img width="793" height="472" alt="Image" src="https://github.com/user-attachments/assets/1a6f7551-bc82-46f3-938c-41d64da448ff" /> This seems to be a common issue with OrcaSlicer as Flatpak/AppImage - https://github.com/OrcaSlicer/OrcaSlicer/issues/883 - https://github.com/OrcaSlicer/OrcaSlicer/issues/6374 - https://github.com/OrcaSlicer/OrcaSlicer/issues/8518 ### Steps To Reproduce 1. Apply docker-config below 2. Open web-ui 3. `Menu` -> `Preferences` ### Environment ```markdown - Debian 13 6.12.86+deb13-amd64 - Docker 29.4.3, build 055a478 ``` ### CPU architecture x86-64 ### Docker creation ```bash services: orcaslicer: image: lscr.io/linuxserver/orcaslicer:latest container_name: orcaslicer environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - PIXELFLUX_WAYLAND=false ports: - 5000:3001 volumes: - /docker/orcaslicer:/config - /etc/localtime:/etc/localtime:ro shm_size: 2gb restart: unless-stopped ```
Current Behavior
I'm missing the option to enable darkmode:

This seems to be a common issue with OrcaSlicer as Flatpak/AppImage
Steps To Reproduce
Menu->PreferencesEnvironment
CPU architecture
x86-64
Docker creation
services: orcaslicer: image: lscr.io/linuxserver/orcaslicer:latest container_name: orcaslicer environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - PIXELFLUX_WAYLAND=false ports: - 5000:3001 volumes: - /docker/orcaslicer:/config - /etc/localtime:/etc/localtime:ro shm_size: 2gb restart: unless-stopped