dcoder42

Results 3 comments of dcoder42

This fixes it for me too. I noticed the min/max/close buttons on Windows 10 are a bit too close to the top/right position

Might be related to javascript mimetypes https://github.com/home-assistant/core/commit/64bcd6097457b0c56528425a6a6ce00a2bce791c You can try adding the following to ```hass_win/__main__.py``` ``` import mimetypes mimetypes.add_type("text/css", ".css") mimetypes.add_type("application/javascript", ".js") ```

https://github.com/home-assistant/core/blob/dev/homeassistant/components/recorder/migration.py#L552 I think this should be elif Commit: https://github.com/home-assistant/core/commit/170a13302c8fdf2285615126bbf80b946a9a666b#diff-b13fb7a9fcbe98090c51f229ca8305a0690ae42a633346b177574ee43b3a31c8