diff options
author | Michele Calgaro <[email protected]> | 2022-09-09 09:40:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-09 09:42:05 +0900 |
commit | 4d041456904c9bd4ed47a28109960ffc266d8642 (patch) | |
tree | 46600b5df628bd99db9db3f895bd730352ee4731 /src/mainviewbase.ui | |
parent | a0ff810ae65bb017d96bb42044b7bc2b77e5ec00 (diff) | |
download | kvpnc-4d041456904c9bd4ed47a28109960ffc266d8642.tar.gz kvpnc-4d041456904c9bd4ed47a28109960ffc266d8642.zip |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 324cedb508defc73acbf54296a5dbcc12fdc365e)
Diffstat (limited to 'src/mainviewbase.ui')
-rw-r--r-- | src/mainviewbase.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainviewbase.ui b/src/mainviewbase.ui index c7a68cf..5f39428 100644 --- a/src/mainviewbase.ui +++ b/src/mainviewbase.ui @@ -69,9 +69,6 @@ <property name="text"> <string>Connec&t</string> </property> - <property name="accel"> - <string>Alt+T</string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -92,9 +89,6 @@ <property name="text"> <string>&Disconnect</string> </property> - <property name="accel"> - <string>Alt+D</string> - </property> <property name="autoDefault"> <bool>true</bool> </property> |