diff options
author | swirl <swurl@swurl.xyz> | 2022-02-02 11:17:04 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2022-02-02 11:17:04 -0500 |
commit | 407f9d9ef07b088ad31588aafc74cdf54d6a4960 (patch) | |
tree | 5dd9ffd328b4ab5e7b51ae7593f001fe139356f3 /launcher/ui/pages/instance/ScreenshotsPage.ui | |
parent | bff683e6d4701912c252f6d88598e35afaf20fc9 (diff) | |
parent | f8c5d80c66c2fab91a7b630a16f0f8a4bea41010 (diff) | |
download | PrismLauncher-407f9d9ef07b088ad31588aafc74cdf54d6a4960.tar.gz PrismLauncher-407f9d9ef07b088ad31588aafc74cdf54d6a4960.tar.bz2 PrismLauncher-407f9d9ef07b088ad31588aafc74cdf54d6a4960.zip |
Merge remote-tracking branch 'upstream/develop' into develop
Diffstat (limited to 'launcher/ui/pages/instance/ScreenshotsPage.ui')
-rw-r--r-- | launcher/ui/pages/instance/ScreenshotsPage.ui | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/launcher/ui/pages/instance/ScreenshotsPage.ui b/launcher/ui/pages/instance/ScreenshotsPage.ui index ec461087..2e2227a2 100644 --- a/launcher/ui/pages/instance/ScreenshotsPage.ui +++ b/launcher/ui/pages/instance/ScreenshotsPage.ui @@ -50,6 +50,8 @@ <bool>false</bool> </attribute> <addaction name="actionUpload"/> + <addaction name="actionCopy_Image"/> + <addaction name="actionCopy_File_s"/> <addaction name="actionDelete"/> <addaction name="actionRename"/> <addaction name="actionView_Folder"/> @@ -74,6 +76,22 @@ <string>View Folder</string> </property> </action> + <action name="actionCopy_Image"> + <property name="text"> + <string>Copy Image</string> + </property> + <property name="toolTip"> + <string>Copy Image</string> + </property> + </action> + <action name="actionCopy_File_s"> + <property name="text"> + <string>Copy File(s)</string> + </property> + <property name="toolTip"> + <string>Copy File(s)</string> + </property> + </action> </widget> <customwidgets> <customwidget> |