File: shell.ui

package info (click to toggle)
gnome-tweaks 49.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,796 kB
  • sloc: python: 2,553; sh: 22; xml: 10; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gnome-tweaks">
  <menu id="appmenu">
   <section>
      <item>
	<attribute name="label" translatable="yes">_Reset to Defaults</attribute>
	<attribute name="action">app.reset</attribute>
      </item>
   </section>
   <section>
      <item>
	<attribute name="label" translatable="yes">_About Tweaks</attribute>
	<attribute name="action">app.about</attribute>
      </item>
   </section>	    
  </menu>
</interface>