Skip to content

Commit

Permalink
fix demo server disappearing on load
Browse files Browse the repository at this point in the history
  • Loading branch information
NattyNarwhal committed Jul 21, 2024
1 parent ccf0217 commit e2842a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Doing so isn't fatal (it's not a secret), but it is annoying for other contribut

### Not yet released

* Fix the demo server disappearing on restart.
* Fix the onboarding window not showing buttons on macOS 12.
* Fix a crash with the album list on macOS 12.

Expand Down
1 change: 1 addition & 0 deletions Submariner/SBDatabaseController.m
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ - (IBAction)createDemoServer:(id)sender {
s.username = @"guest1";
s.password = @"guest";
[s updateKeychainPassword]; // or it won't work when switched to
[s setSection:serverSection]; // or it disappears next time we load
[serversSection addResourcesObject:s];
[self.managedObjectContext save:nil];

Expand Down

0 comments on commit e2842a6

Please sign in to comment.