UPD: Dropdown options style
This commit is contained in:
@@ -43,12 +43,14 @@
|
|||||||
<MenubarShortcut>⌘N</MenubarShortcut>
|
<MenubarShortcut>⌘N</MenubarShortcut>
|
||||||
</MenubarItem>
|
</MenubarItem>
|
||||||
<MenubarSeparator />
|
<MenubarSeparator />
|
||||||
<MenubarItem @click.prevent="store.cycleScreenOrientation">
|
<MenubarItem class="flex justify-between" @click.prevent="store.cycleScreenOrientation">
|
||||||
Orientation: {{ store.screenOrientation }}°
|
<p>Orientation: </p>
|
||||||
|
<p>{{ store.screenOrientation }}°</p>
|
||||||
</MenubarItem>
|
</MenubarItem>
|
||||||
<MenubarSeparator />
|
<MenubarSeparator />
|
||||||
<MenubarItem @click="store.switchPreviewDeviceModel">
|
<MenubarItem class="flex justify-between" @click="store.switchPreviewDeviceModel">
|
||||||
Skin: {{ previewDeviceNames[store.previewDeviceModel || 'nanoOne'] }}
|
<p>Skin: </p>
|
||||||
|
<p>{{ previewDeviceNames[store.previewDeviceModel || 'nanoOne'] }}</p>
|
||||||
</MenubarItem>
|
</MenubarItem>
|
||||||
<MenubarSeparator />
|
<MenubarSeparator />
|
||||||
<MenubarItem>{{ $t('navbar.device.export') }}
|
<MenubarItem>{{ $t('navbar.device.export') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user