FIX: ProfileName not loaded
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
{{ deviceStore.position }}
|
{{ deviceStore.position }}
|
||||||
</h2>
|
</h2>
|
||||||
<div class="font-pixelsm text-[8pt] text-[#c66936]">
|
<div class="font-pixelsm text-[8pt] text-[#c66936]">
|
||||||
{{ deviceStore.currentProfileName.toUpperCase() }}
|
{{ deviceStore.currentProfileName?.toUpperCase() }}
|
||||||
</div>
|
</div>
|
||||||
<span class="font-pixelsm w-32 text-[6pt] uppercase text-muted-foreground">
|
<span class="font-pixelsm w-32 text-[6pt] uppercase text-muted-foreground">
|
||||||
MIDI CC 0
|
MIDI CC 0
|
||||||
|
|||||||
Reference in New Issue
Block a user