diff --git a/src/renderer/src/components/profile/ProfileManager.vue b/src/renderer/src/components/profile/ProfileManager.vue index 94e3f88..4d94d2e 100644 --- a/src/renderer/src/components/profile/ProfileManager.vue +++ b/src/renderer/src/components/profile/ProfileManager.vue @@ -13,7 +13,7 @@ " > - - - - - - - - Profile - Category - - +
+ + + + + + + + + + + Profile + Category + + +
@@ -103,7 +114,7 @@ import { } from '@renderer/components/ui/dropdown-menu' import { Separator } from '@renderer/components/ui/separator' import { useDeviceStore } from '@renderer/deviceStore' -import { ArrowLeft, List, Plus } from 'lucide-vue-next' +import { Settings, List, Plus, X } from 'lucide-vue-next' import { ref, watch } from 'vue' import draggable from 'vuedraggable'