From 69d4a6b30b3b29cc65259a5832421728ab030fcd Mon Sep 17 00:00:00 2001 From: Fleeym <61891787+Fleeym@users.noreply.github.com> Date: Tue, 6 Feb 2024 00:39:40 +0200 Subject: [PATCH] hide download bar on default fix --- src/hooks/custom_song_widget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/custom_song_widget.cpp b/src/hooks/custom_song_widget.cpp index a876c0e..115566b 100644 --- a/src/hooks/custom_song_widget.cpp +++ b/src/hooks/custom_song_widget.cpp @@ -129,6 +129,7 @@ class $modify(JBSongWidget, CustomSongWidget) { auto active = NongManager::get()->getActiveNong(obj->m_songID).value(); if (active.path == result.value().defaultPath) { NongManager::get()->fixDefault(obj); + m_sliderBar->setVisible(false); } if (!result.value().defaultValid && active.path == result.value().defaultPath) { NongManager::get()->prepareCorrectDefault(obj->m_songID);