Do not use 'S-' or 'C-' as the prefix for the user id of a peer

This commit is contained in:
dijunkun
2024-06-07 16:27:05 +08:00
parent 4b3839aa34
commit 5a690ebbb6
4 changed files with 8 additions and 35 deletions

View File

@@ -98,7 +98,7 @@ class MainWindow {
char input_password_[7] = "";
char remote_id_[20] = "";
char client_password_[20] = "";
bool is_client_ = false;
bool is_client_mode_ = false;
private:
int screen_width_ = 1280;