Skip to content

Commit

Permalink
prepsetsearch-dnd
Browse files Browse the repository at this point in the history
  • Loading branch information
evelynnev committed Feb 6, 2025
1 parent 4f5dcc8 commit 3798c5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/library/trackset/baseplaylistfeature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@ void BasePlaylistFeature::slotShowInPreparationWindow() {
return;
}

bool existsConfigKey = ControlObject::exists(ConfigKey("[Skin]", "show_preparation_window"));
if (existsConfigKey) {
// if (ControlObject::exists(ConfigKey("[Skin]", "show_preparation_window"))) {
// bool existsConfigKey = ControlObject::exists(ConfigKey("[Skin]", "show_preparation_window"));
// if (existsConfigKey) {
if (ControlObject::exists(ConfigKey("[Skin]", "show_preparation_window"))) {
auto proxy = std::make_unique<PollingControlProxy>("[Skin]", "show_preparation_window");
proxy->set(1);
}
Expand Down
1 change: 1 addition & 0 deletions src/library/trackset/crate/cratefeature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <vector>

#include "analyzer/analyzerscheduledtrack.h"
#include "control/controlobject.h"
#include "control/controlproxy.h"
#include "control/pollingcontrolproxy.h"
#include "library/export/trackexportwizard.h"
Expand Down

0 comments on commit 3798c5d

Please sign in to comment.