fix: fullscreen button not working
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user