You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LabelWithTooltip("Shuffle Presets", "Selects presets randomly from the current playlist.");
106
106
BooleanSetting("projectM.shuffleEnabled", true);
107
107
108
+
ImGui::TableNextRow();
109
+
LabelWithTooltip("Skip To Dropped Presets", "If enabled, will skip to the new presets when preset(s) are dropped onto the window and added to the playlist");
110
+
BooleanSetting("projectM.skipToDropped", true);
111
+
112
+
ImGui::TableNextRow();
113
+
LabelWithTooltip("Dropped Folder Overrides Playlist", "When dropping a folder, clear the playlist and add all presets from the folder.");
0 commit comments