We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538e0cd commit c87e618Copy full SHA for c87e618
1 file changed
frontend/src/components/window/TitleBar.svelte
@@ -69,7 +69,7 @@
69
<LayoutRow tooltipLabel={$appWindow.maximized ? ($appWindow.platform === "Windows" ? "Restore Down" : "Unmaximize") : "Maximize"} on:click={() => editor.handle.appWindowMaximize()}>
70
<IconLabel icon={$appWindow.maximized ? "WindowButtonWinRestoreDown" : "WindowButtonWinMaximize"} />
71
</LayoutRow>
72
- <LayoutRow tooltipLabel="Close" class=".close" on:click={() => editor.handle.appWindowClose()}>
+ <LayoutRow tooltipLabel="Close" class="close" on:click={() => editor.handle.appWindowClose()}>
73
<IconLabel icon="WindowButtonWinClose" />
74
75
{/if}
0 commit comments