mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Don't run My Submodes on initial load
This commit is contained in:
@@ -3879,14 +3879,13 @@ $(function() {
|
||||
// Store submodes for filtering
|
||||
if (data.submodes && data.submodes.length > 0) {
|
||||
userEnabledSubmodes = data.submodes;
|
||||
isMySubmodesFilterActive = true; // Enable filter by default
|
||||
// Don't activate filter on initial load - let user enable it manually
|
||||
isMySubmodesFilterActive = false;
|
||||
updateMySubmodesButtonVisual();
|
||||
updateMySubmodesTooltip();
|
||||
updateModeButtonsForSubmodes();
|
||||
// Sync to requiredFlags select
|
||||
syncMySubmodesToRequiredFlags();
|
||||
// Reapply filters to activate submode filtering
|
||||
applyFilters(false);
|
||||
// Update badge counts now that we have submodes loaded
|
||||
updateBandCountBadges();
|
||||
} else {
|
||||
// No submodes configured - disable button and show warning
|
||||
userEnabledSubmodes = [];
|
||||
|
||||
Reference in New Issue
Block a user