diff options
author | metamuffin <metamuffin@disroot.org> | 2025-05-04 19:59:20 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-05-04 19:59:20 +0200 |
commit | 2a41d6b0c7c1327856b9cde247621822fe61355f (patch) | |
tree | 6bc9a6e41b7bde49dfb35a08534079961deb1550 /ui | |
parent | 3cbe45e24355396645b9a721fdca6d5116bd1c36 (diff) | |
download | jellything-2a41d6b0c7c1327856b9cde247621822fe61355f.tar jellything-2a41d6b0c7c1327856b9cde247621822fe61355f.tar.bz2 jellything-2a41d6b0c7c1327856b9cde247621822fe61355f.tar.zst |
delete old profiles.ts
Diffstat (limited to 'ui')
-rw-r--r-- | ui/src/filter_sort.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/src/filter_sort.rs b/ui/src/filter_sort.rs index 4d1a1ad..7ee9379 100644 --- a/ui/src/filter_sort.rs +++ b/ui/src/filter_sort.rs @@ -4,11 +4,10 @@ Copyright (C) 2025 metamuffin <metamuffin.org> */ +use crate::locale::{Language, trs}; use jellycommon::api::{FilterProperty, NodeFilterSort, SortOrder, SortProperty}; use markup::RenderAttributeValue; -use crate::locale::{Language, trs}; - const SORT_CATS: &'static [(&'static str, &'static [(SortProperty, &'static str)])] = { use SortProperty::*; &[ |