From 9359d0d8aa2ae1c894a03746a031cdba4416f898 Mon Sep 17 00:00:00 2001 From: Raphix Date: Sat, 6 Dec 2025 17:54:40 +0100 Subject: [PATCH] Version 1.3.0 - Modification mineure sur les TODOS --- src/components/Widget/Guild/Settings/GuildSecurity.vue | 2 -- src/components/Widget/View/Home/History.vue | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Widget/Guild/Settings/GuildSecurity.vue b/src/components/Widget/Guild/Settings/GuildSecurity.vue index 0c5efa2..0c8d6ce 100644 --- a/src/components/Widget/Guild/Settings/GuildSecurity.vue +++ b/src/components/Widget/Guild/Settings/GuildSecurity.vue @@ -30,8 +30,6 @@ const props = defineProps({ } }); -//TODO: FINISH IMPLEMENTATION - onMounted(() => { actualizeRoles(); }) diff --git a/src/components/Widget/View/Home/History.vue b/src/components/Widget/View/Home/History.vue index 22cbbcd..5632bdb 100644 --- a/src/components/Widget/View/Home/History.vue +++ b/src/components/Widget/View/Home/History.vue @@ -38,6 +38,7 @@ Events.on("player:update", () => { loading.value = false; }); //FIXME: Error on the history + //FIXME: Remove the possibility to add file to playlist })