mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Remember last used trending category and country
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
enum TrendingCategory: String, CaseIterable, Identifiable {
|
||||
import Defaults
|
||||
|
||||
enum TrendingCategory: String, CaseIterable, Identifiable, Defaults.Serializable {
|
||||
case `default`, music, gaming, movies
|
||||
|
||||
var id: TrendingCategory.RawValue {
|
||||
|
Reference in New Issue
Block a user