diff --git a/frontend/src/lib/components/EditorBar.svelte b/frontend/src/lib/components/EditorBar.svelte index bf206a1ca4..09b85b79b8 100644 --- a/frontend/src/lib/components/EditorBar.svelte +++ b/frontend/src/lib/components/EditorBar.svelte @@ -522,7 +522,7 @@ {/if} {#if collabMode} -
+
Multiplayer - + {#if collabLive} dispatch('collabPopup')}>
{#each collabUsers as user} @@ -555,35 +555,13 @@
{/if} - - - - - + +
+ + + +
diff --git a/frontend/src/lib/components/FormatOnSave.svelte b/frontend/src/lib/components/FormatOnSave.svelte index 32b9575f76..86dc49fa12 100644 --- a/frontend/src/lib/components/FormatOnSave.svelte +++ b/frontend/src/lib/components/FormatOnSave.svelte @@ -4,6 +4,7 @@ import { formatOnSave } from '$lib/stores' import Popover from './Popover.svelte' import { getLocalSetting, storeLocalSetting } from '$lib/utils' + import PaintbrushOff from './icons/PaintbrushOff.svelte' const SETTING_NAME = 'formatOnSave' function loadSetting() { @@ -23,8 +24,12 @@ >{$formatOnSave ? 'Disable' : 'Enable'} auto-formatting