diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-10-01 11:59:50 -0600 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-10-02 11:29:12 -0600 |
commit | 2fa53ec1d90ab6b2c126fbe42ac73b4ea74cc726 (patch) | |
tree | 9aa78ae7069ccef4edd56d16130bb5dd8c18c65c /src/yuzu/main.ui | |
parent | e37ad99f223636caffa855aa6901694f64d095c6 (diff) |
yuzu: Allow to launch album applet from firmware
Diffstat (limited to 'src/yuzu/main.ui')
-rw-r--r-- | src/yuzu/main.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/yuzu/main.ui b/src/yuzu/main.ui index 31c3de9ef..88684ffb5 100644 --- a/src/yuzu/main.ui +++ b/src/yuzu/main.ui @@ -160,6 +160,7 @@ <addaction name="action_Verify_installed_contents"/> <addaction name="separator"/> <addaction name="menu_cabinet_applet"/> + <addaction name="action_Load_Album"/> <addaction name="action_Load_Mii_Edit"/> <addaction name="separator"/> <addaction name="action_Capture_Screenshot"/> @@ -380,6 +381,11 @@ <string>&Capture Screenshot</string> </property> </action> + <action name="action_Load_Album"> + <property name="text"> + <string>Open &Album</string> + </property> + </action> <action name="action_Load_Cabinet_Nickname_Owner"> <property name="text"> <string>&Set Nickname and Owner</string> |