mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 08:42:31 +00:00
polish toolbar and routing menu
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
Thermometer,
|
||||
Sun,
|
||||
Moon,
|
||||
Rows3,
|
||||
Layers3,
|
||||
MountainSnow
|
||||
MountainSnow,
|
||||
GalleryVertical
|
||||
} from 'lucide-svelte';
|
||||
|
||||
import {
|
||||
@@ -181,7 +181,7 @@
|
||||
<MountainSnow size="16" class="mr-1" />{$_('menu.elevation_profile')}
|
||||
</Menubar.CheckboxItem>
|
||||
<Menubar.CheckboxItem bind:checked={$verticalFileView}>
|
||||
<Rows3 size="16" class="mr-1" />{$_('menu.vertical_file_view')}
|
||||
<GalleryVertical size="16" class="mr-1" />{$_('menu.vertical_file_view')}
|
||||
</Menubar.CheckboxItem>
|
||||
<Menubar.Separator />
|
||||
<Menubar.Item inset on:click={switchBasemaps}
|
||||
|
Reference in New Issue
Block a user