fix: Store server config window state in memory instead of on disk - #8935
Conversation
|
I forget why (and it could be something we have since fixed) But not storing this as a setting was preventing it from not being shown in some cases. This needs to be tested thoroughly before landing |
e8c382d to
9560a88
Compare
This comment was marked as outdated.
This comment was marked as outdated.
|
Ignore my last comment.
Hmm, something like a race condition from the server config being non-blocking once upon a time? |
Yes something like that i just don't recall exactly what or why it happened. Just that the solution was at that time to have them both check settings first. Its a hack and it should be done how you are doing it here. So hopefully we have resolved it |
6b00866 to
2f1cf8a
Compare
81d3d34 to
183c030
Compare
183c030 to
5dbc86d
Compare
Fixes #8931