simplify home lists and use saved setting

This commit is contained in:
austinried
2021-07-14 11:03:38 +09:00
parent 13ae61f160
commit d1598d53f8
5 changed files with 118 additions and 100 deletions

View File

@@ -8,5 +8,8 @@ export interface Server {
export interface AppSettings {
servers: Server[]
home: {
lists: string[]
}
activeServer?: string
}