fix: add saving custom server name if it overridden by user (#1581)
* Add saving custom server name if it overridden by user * clear duplicated code
This commit is contained in:
parent
d3715d00ae
commit
a2d30efaab
3 changed files with 7 additions and 0 deletions
|
@ -103,6 +103,8 @@ namespace amnezia
|
|||
|
||||
constexpr char clientId[] = "clientId";
|
||||
|
||||
constexpr char nameOverriddenByUser[] = "nameOverriddenByUser";
|
||||
|
||||
}
|
||||
|
||||
namespace protocols
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue