Fix fullscreen controls and refresh lint setup

This commit is contained in:
Mert Uyanık
2025-10-29 08:15:14 +03:00
parent 90cef46560
commit 379f0a0058
5 changed files with 150 additions and 37 deletions
@@ -9,6 +9,7 @@ export const SettingsButton: React.FC = () => {
return (
<button
className="control-button settings-button"
onMouseDown={(event) => event.stopPropagation()}
onClick={toggleSettings}
aria-label="Settings"
title="Settings"