Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/MainWindow.ui')
-rw-r--r--src/gui/MainWindow.ui27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/gui/MainWindow.ui b/src/gui/MainWindow.ui
index 384586e8d..2ed42d0ec 100644
--- a/src/gui/MainWindow.ui
+++ b/src/gui/MainWindow.ui
@@ -220,9 +220,21 @@
<addaction name="actionEntryCopyNotes"/>
<addaction name="separator"/>
</widget>
+ <widget class="QMenu" name="menuEntryTotp">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="title">
+ <string>Timed one-time password</string>
+ </property>
+ <addaction name="actionEntryCopyTotp"/>
+ <addaction name="actionEntryTotp"/>
+ <addaction name="actionEntrySetupTotp"/>
+ </widget>
<addaction name="actionEntryCopyUsername"/>
<addaction name="actionEntryCopyPassword"/>
<addaction name="menuEntryCopyAttribute"/>
+ <addaction name="menuEntryTotp"/>
<addaction name="actionEntryAutoType"/>
<addaction name="actionEntryOpenUrl"/>
<addaction name="actionEntryEdit"/>
@@ -523,6 +535,21 @@
<string>Re&amp;pair database</string>
</property>
</action>
+ <action name="actionEntryTotp">
+ <property name="text">
+ <string>Show TOTP</string>
+ </property>
+ </action>
+ <action name="actionEntrySetupTotp">
+ <property name="text">
+ <string>Setup TOTP</string>
+ </property>
+ </action>
+ <action name="actionEntryCopyTotp">
+ <property name="text">
+ <string>Copy &amp;TOTP</string>
+ </property>
+ </action>
<action name="actionGroupEmptyRecycleBin">
<property name="text">
<string>Empty recycle bin</string>