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

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorbhatman1441 <blackhat1441@protonmail.com>2023-04-28 17:07:33 +0300
committerbhatman1441 <blackhat1441@protonmail.com>2023-04-28 17:07:33 +0300
commit836309f0eab0e8bc880f875e473cfeb5269b9322 (patch)
tree4933df2528096b77ec3f89e4b7f1c609bd194a6b /data
parentdabcba7b5831bc3bb9e61cf38f9ef4ad58dc10f1 (diff)
Add menu option to delete multiple profiles at the same time
Diffstat (limited to 'data')
-rw-r--r--data/ui/remmina_main.glade24
1 files changed, 24 insertions, 0 deletions
diff --git a/data/ui/remmina_main.glade b/data/ui/remmina_main.glade
index ad0980cb9..a4bdf7f0c 100644
--- a/data/ui/remmina_main.glade
+++ b/data/ui/remmina_main.glade
@@ -234,6 +234,30 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</object>
</child>
<child>
+ <object class="GtkMenuItem" id="menuitem_delete_rc">
+ <property name="app-paintable">True</property>
+ <property name="can-focus">False</property>
+ <property name="label">Popup menu for delete</property>
+ <child type="submenu">
+ <object class="GtkMenu" id="menu_popup_delete_rc">
+ <property name="visible">True</property>
+ <property name="app-paintable">True</property>
+ <property name="can-focus">False</property>
+ <child>
+ <object class="GtkMenuItem" id="menuitem_popup_delete_rc">
+ <property name="visible">True</property>
+ <property name="app-paintable">True</property>
+ <property name="can-focus">False</property>
+ <property name="action-name">main.delete_multiple</property>
+ <property name="label" translatable="yes">Delete</property>
+ <property name="use-underline">True</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
<object class="GtkMenuItem" id="menuitem_popup_full">
<property name="app-paintable">True</property>
<property name="can-focus">False</property>