mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-02-09 21:28:30 -06:00
dbhub: Avoid ambiguous F5 shortcut
Remove the F5 shortcut for refreshing the DBHub.io remote databases because it is ambiguous and can make the main view not work as expected. Since the refresh action is not super important in the DBHub.io dock any way it is probably best to just remove the shortcut there. See issue #2695.
This commit is contained in:
@@ -196,7 +196,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>520</width>
|
||||
<height>321</height>
|
||||
<height>315</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_8">
|
||||
@@ -483,9 +483,6 @@
|
||||
<property name="toolTip">
|
||||
<string>Reload all data and update the views</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>F5</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCloneDatabaseDoubleClick">
|
||||
<property name="icon">
|
||||
|
||||
Reference in New Issue
Block a user