Skip to content

Commit

Permalink
Add | spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
LxHTT committed Apr 4, 2024
1 parent a0f0ed4 commit 875ac28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MELauncherLib/Interfaces/TunnelManagerPage.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def editTunnelPreFunc(self):
title="编辑隧道 “{tunnel_name}”".format(
tunnel_name=self.sender().property("tunnel_name")
),
content="对于HTTP / HTTPS 隧道,我们并不支持直接修改域名。\n此类用户请删除隧道重建。",
content="对于 HTTP / HTTPS 隧道,我们并不支持直接修改域名。\n此类用户请删除隧道重建。",
parent=self,
)
self.editTunnelWidget = EditTunnelWidget(
Expand Down

0 comments on commit 875ac28

Please sign in to comment.