remove unnused menu

This commit is contained in:
Bilal Elmoussaoui 2022-04-15 01:44:52 +02:00
parent 4142f02892
commit e0ce682c65

View file

@ -1,23 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<menu id="account-menu">
<section>
<item>
<attribute name="label" translatable="yes">D_etails</attribute>
<attribute name="action">account.details</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Rename</attribute>
<attribute name="action">account.rename</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Delete</attribute>
<attribute name="action">account.delete</attribute>
</item>
</section>
</menu>
<template parent="GtkListBoxRow" class="AccountRow">
<property name="action-name">account.details</property>
<property name="valign">center</property>