fix: fullscreen button not working

This commit is contained in:
talksik
2026-03-25 15:54:42 -07:00
parent d525d6a588
commit 739bb0cf80
4 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export function WindowControls() {
</svg>
</button>
<button
onClick={() => window.electronWindow.maximize()}
onClick={() => window.electronWindow.fullscreen()}
className="group flex h-3 w-3 items-center justify-center rounded-full bg-[#28C840] transition-colors hover:bg-[#28C840]/80"
aria-label="Maximize"
>