diff options
author | t895 <clombardo169@gmail.com> | 2024-01-24 12:33:34 -0500 |
---|---|---|
committer | t895 <clombardo169@gmail.com> | 2024-01-25 12:53:48 -0500 |
commit | 1a3fc3724aa2d38e717a8dcbfcc6c8a808a693b6 (patch) | |
tree | bea2cc265f8c2ca59a2f642128e6ee6d1c1196a6 /src/yuzu/main.ui | |
parent | 889c5d2705f8b39e27d0adf75c6831902d74943d (diff) |
frontend_common: Remove key rederivation and keep key check
Diffstat (limited to 'src/yuzu/main.ui')
-rw-r--r-- | src/yuzu/main.ui | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/yuzu/main.ui b/src/yuzu/main.ui index e53f9951e..6a6b0821f 100644 --- a/src/yuzu/main.ui +++ b/src/yuzu/main.ui @@ -224,11 +224,6 @@ <string>&Stop</string> </property> </action> - <action name="action_Rederive"> - <property name="text"> - <string>&Reinitialize keys...</string> - </property> - </action> <action name="action_Verify_installed_contents"> <property name="text"> <string>&Verify Installed Contents</string> |