Skip to content

Commit d3ea79b

Browse files
committed
Remove shortcut for Flush Database action
Fix RedisInsight#4593
1 parent b58b0df commit d3ea79b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/qml/connections-tree/menu/database.qml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ RowLayout {
114114
model: {
115115
return [
116116
{
117-
'icon': "qrc:/images/cleanup.svg", 'event': 'flush', "help": qsTranslate("RDM","Flush Database"),
118-
"shortcut": PlatformUtils.isOSX()? "Meta+Del" : "Ctrl+Del",
117+
'icon': "qrc:/images/cleanup.svg", 'event': 'flush', "help": qsTranslate("RDM","Flush Database"),
119118
},
120119
{
121120
'icon': "qrc:/images/cleanup_filtered.svg", 'event': 'delete_keys', "help": qsTranslate("RDM","Delete keys with filter"),

0 commit comments

Comments
 (0)