Skip to content

Commit

Permalink
隐藏单延时
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaocuanChina committed Apr 28, 2024
1 parent a90fd91 commit a845987
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entity/HomePage.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,8 @@ def initUI(self):
connection_time_x_box = QHBoxLayout()
connection_time_x_box.addWidget(self.get_connection_time_label)
connection_time_x_box.addWidget(self.get_connection_time_btn)
y_box.addLayout(connection_time_x_box)
# 检测单次延时
# y_box.addLayout(connection_time_x_box)

# y_box.addWidget(self.get_server_ip_msg_btn)

Expand Down

0 comments on commit a845987

Please sign in to comment.