diff --git a/src/Components/PlayerMenu/Settings.tsx b/src/Components/PlayerMenu/Settings.tsx index 8e6f71c..bc575c9 100644 --- a/src/Components/PlayerMenu/Settings.tsx +++ b/src/Components/PlayerMenu/Settings.tsx @@ -328,8 +328,8 @@ const Settings = ({ checkedIcon={} onChange={toggleFullscreen} role="checkbox" - aria-checked={player.settings.useExperience} - aria-label="Experience" + aria-checked={document.fullscreenElement ? true : false} + aria-label="Fullscreen" />