mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
simplify home lists and use saved setting
This commit is contained in:
@@ -8,5 +8,8 @@ export interface Server {
|
||||
|
||||
export interface AppSettings {
|
||||
servers: Server[]
|
||||
home: {
|
||||
lists: string[]
|
||||
}
|
||||
activeServer?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user