Fix #696: Save and use last selected library when re-connecting to server
This commit is contained in:
+4
-3
@@ -25,9 +25,10 @@ type ServerConnection struct {
|
||||
|
||||
type ServerConfig struct {
|
||||
ServerConnection
|
||||
ID uuid.UUID
|
||||
Nickname string
|
||||
Default bool
|
||||
ID uuid.UUID
|
||||
Nickname string
|
||||
Default bool
|
||||
SelectedLibrary string
|
||||
}
|
||||
|
||||
type AppConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user