Skip to content

Commit 9e14f41

Browse files
committed
Added init message in console
1 parent 9f90cbb commit 9e14f41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redis-desktop-manager/source/widgets/consoleTab.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
consoleTab::consoleTab(RedisConnectionConfig& config)
1010
{
1111
appendHtml("<span style='color: orange;'>List of unsupported commands: PTTL, DUMP, RESTORE, AUTH, QUIT, MONITOR</span>");
12+
appendHtml("Connecting ...");
1213

1314
QPalette p = palette();
1415
p.setColor(QPalette::Base, QColor(57, 57, 57));

0 commit comments

Comments
 (0)