Skip to content

Commit

Permalink
revert platform detection in HTML (#12082)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFlashAccount authored Jan 20, 2025
1 parent fb6f842 commit 1625112
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/gui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
user-scalable = no"
/>
<title>Enso %ENSO_IDE_VERSION%</title>
<script type="module">
import { platform } from 'enso-common/src/detect'

document.documentElement.classList.add(platform().toLowerCase())
</script>
</head>

<body>
Expand Down

0 comments on commit 1625112

Please sign in to comment.