sysprof/greeter: remove open/quit menu items

These are both available in other ways from the window. The close button
will quit the app if it's the last window. The Open File button at the
bottom handles Open and makes it more clear you can tweak things using the
profiler settings now.

Related: #130
This commit is contained in:
Christian Hergert
2025-01-28 12:47:02 -08:00
parent 17b91ddf70
commit 72df41485d

View File

@ -672,12 +672,6 @@
</child>
</template>
<menu id="primary_menu">
<section>
<item>
<attribute name="label" translatable="yes">Open Recording…</attribute>
<attribute name="action">win.select-file</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute>
@ -692,12 +686,6 @@
<attribute name="action">app.about</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Quit</attribute>
<attribute name="action">app.quit</attribute>
</item>
</section>
</menu>
<object class="GtkStringList" id="envvars">
</object>