Fix #696: Save and use last selected library when re-connecting to server

This commit is contained in:
Drew Weymouth
2025-09-04 08:19:00 -07:00
parent e090244704
commit 81205d65c3
3 changed files with 23 additions and 10 deletions
+4 -3
View File
@@ -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 {