refactor(ui): Do not allow to overwrite FSD settings from connect page

Overwriting FSD settings from the connect page (instead of changing the
server settings itself) introduced some complexity in the UI. As
spontaniously changing the FSD settings is likely a VERY rare use-case
and to simplify the logic/UI, it should only be done from the server
settings itself.
This commit is contained in:
Lars Toenning
2024-08-23 21:43:37 +02:00
parent 6f73a99895
commit a75ccb9927
9 changed files with 1 additions and 302 deletions

View File

@@ -61,9 +61,6 @@ namespace BlackGui::Components
//! Login requested
void toggleNetworkConnection();
//! Reset state
void resetState();
signals:
//! Login
void loginOrLogoffSuccessful();