Skip to content

Commit

Permalink
Add ToolTip to the connection bar
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Aug 27, 2024
1 parent fee4b41 commit fe9bf29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
en-US:

- Automatically use the default configuration if the Profile does not exist on Windows
- Add ToolTip to the connection bar

zh-CN:

- Windows下Profile如果不存在则自动使用默认配置
- 增加连接条ToolTip显示

## [[V0.5.0](https://github.com/QQxiaoming/quardCRT/releases/tag/V0.5.0)] - 2024-08-26

Expand Down
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## [[Unrelease](https://github.com/QQxiaoming/quardCRT)]

- Automatically use the default configuration if the Profile does not exist on Windows
- Add ToolTip to the connection bar

## [[V0.5.0](https://github.com/QQxiaoming/quardCRT/releases/tag/V0.5.0)] - 2024-08-26

Expand Down
1 change: 1 addition & 0 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1655,6 +1655,7 @@ void CentralWidget::menuAndToolBarRetranslateUi(void) {
disconnectAction->setStatusTip(tr("Disconnect current session"));
connectAddressEdit->setPlaceholderText(tr("Enter host <Alt+R> to connect"));
connectAddressEdit->setStatusTip(tr("Enter host <Alt+R> to connect"));
connectAddressEdit->setToolTip(tr("Enter host <Alt+R> to connect"));
disconnectAllAction->setText(tr("Disconnect All"));
disconnectAllAction->setStatusTip(tr("Disconnect all sessions"));
cloneSessionAction->setText(tr("Clone Session"));
Expand Down

0 comments on commit fe9bf29

Please sign in to comment.