Skip to content

[BUG] Option Enable Dark Mode is missing #38

Description

@Tomblarom

Current Behavior

I'm missing the option to enable darkmode:
Image

This seems to be a common issue with OrcaSlicer as Flatpak/AppImage

Steps To Reproduce

  1. Apply docker-config below
  2. Open web-ui
  3. Menu -> Preferences

Environment

- Debian 13 6.12.86+deb13-amd64
- Docker 29.4.3, build 055a478

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions