mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
window: Allow opening Main Menu with F10
By setting the Main Menu button as primary, the F10 key is automatically assigned to this button.
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
<object class="GtkMenuButton" id="menu_button">
|
||||
<property name="tooltip-text" translatable="yes">Main Menu</property>
|
||||
<property name="visible">true</property>
|
||||
<property name="primary">true</property>
|
||||
<child>
|
||||
<object class="GtkImage">
|
||||
<property name="icon-name">open-menu-symbolic</property>
|
||||
|
||||
Reference in New Issue
Block a user