From feef2ca44311e564684006422a6beee3ffae0db5 Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Sat, 1 Jun 2024 20:03:43 +0200 Subject: [PATCH] UPD: Hide category adding for now --- .../src/components/profile/ProfileCategory.vue | 1 + .../src/components/profile/ProfileManager.vue | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/renderer/src/components/profile/ProfileCategory.vue b/src/renderer/src/components/profile/ProfileCategory.vue index 64220a2..0033107 100644 --- a/src/renderer/src/components/profile/ProfileCategory.vue +++ b/src/renderer/src/components/profile/ProfileCategory.vue @@ -2,6 +2,7 @@
diff --git a/src/renderer/src/components/profile/ProfileManager.vue b/src/renderer/src/components/profile/ProfileManager.vue index 4d94d2e..a6b987d 100644 --- a/src/renderer/src/components/profile/ProfileManager.vue +++ b/src/renderer/src/components/profile/ProfileManager.vue @@ -41,7 +41,16 @@ - + + + +
@@ -134,7 +143,7 @@ const dragOptions = ref({ direction: 'vertical' }) -const maxProfiles = 32 +const maxProfiles = 10 const renderProfileConfig = ref(appStore.showProfileConfig) const renderProfileList = ref(!appStore.showProfileConfig)