diff options
| author | Fuwn <[email protected]> | 2025-10-05 04:59:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-10-05 04:59:15 -0700 |
| commit | 703c953cd490bafa3cd95d85e9db5fb84dc95816 (patch) | |
| tree | f0ac53361cf909fedba109dc931ec371b0f49110 /Sora/Views/Generic/GenericListView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-703c953cd490bafa3cd95d85e9db5fb84dc95816.tar.xz sora-testing-703c953cd490bafa3cd95d85e9db5fb84dc95816.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Generic/GenericListView.swift')
| -rw-r--r-- | Sora/Views/Generic/GenericListView.swift | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Sora/Views/Generic/GenericListView.swift b/Sora/Views/Generic/GenericListView.swift index 5ba1fb0..8465570 100644 --- a/Sora/Views/Generic/GenericListView.swift +++ b/Sora/Views/Generic/GenericListView.swift @@ -83,6 +83,9 @@ struct GenericListView<T: Identifiable & Hashable & GenericItem>: View { case .visitCount: return lhs.visitedCount > rhs.visitedCount + + case .shuffle: + return Bool.random() } } } |