We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f90cbb commit 9e14f41Copy full SHA for 9e14f41
redis-desktop-manager/source/widgets/consoleTab.cpp
@@ -9,6 +9,7 @@
9
consoleTab::consoleTab(RedisConnectionConfig& config)
10
{
11
appendHtml("<span style='color: orange;'>List of unsupported commands: PTTL, DUMP, RESTORE, AUTH, QUIT, MONITOR</span>");
12
+ appendHtml("Connecting ...");
13
14
QPalette p = palette();
15
p.setColor(QPalette::Base, QColor(57, 57, 57));
0 commit comments