mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
remove unnused menu
This commit is contained in:
parent
4142f02892
commit
e0ce682c65
1 changed files with 0 additions and 18 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue