Improved fiters. reworked Trak wrapper.

This commit is contained in:
Ultradesu
2026-07-25 23:57:03 +03:00
parent c45f2e700b
commit f80e10e6ad
7 changed files with 1010 additions and 220 deletions
+1 -1
View File
@@ -267,7 +267,7 @@ fn handle_library_filters(
super::save_app_settings(state);
super::reset_artist_pagination(state);
super::refresh_artists(state, runtime);
state.popup = Some(Popup::LibraryFilters { cursor });
super::update::apply_library_filter_change(state);
}
_ => state.popup = Some(Popup::LibraryFilters { cursor }),
}