From 4f69e687f6151f1dc0681d8845fcc63435b2a938 Mon Sep 17 00:00:00 2001 From: 1ilit Date: Mon, 26 Feb 2024 13:22:55 +0200 Subject: [PATCH] Remove fullscreen tick --- src/components/ControlPanel.jsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/components/ControlPanel.jsx b/src/components/ControlPanel.jsx index 1fd3fd4..ed9a04d 100644 --- a/src/components/ControlPanel.jsx +++ b/src/components/ControlPanel.jsx @@ -2438,13 +2438,7 @@ export default function ControlPanel({ - ) : ( -
- ) - } + icon={
} onClick={() => { if (layout.fullscreen) { exitFullscreen();