Skip to content

Commit bdf92a0

Browse files
committed
correctly count ignore capo
1 parent ea3b76b commit bdf92a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

godot/scenes/SongList.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ private void LoadTableFilter() {
193193
foreach (var control in row.Controls) {
194194
control.Visible = enabled && tuningEnabled;
195195
}
196-
if (enabled) {
196+
if (enabled && tuningEnabled) {
197197
countShown++;
198198
}
199199
}

0 commit comments

Comments
 (0)