mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-31 12:26:27 -05:00
Move the open logs folder from setting into the File menu in the main window (#1550)
This commit is contained in:
@@ -64,6 +64,16 @@
|
||||
<signal name="activate" handler="Open_Ryu_Folder" swapped="no"/>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="OpenLogsFolder">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="tooltip_text" translatable="yes">Opens the folder where logs are written to.</property>
|
||||
<property name="label" translatable="yes">Open Logs Folder</property>
|
||||
<property name="use_underline">True</property>
|
||||
<signal name="activate" handler="OpenLogsFolder_Pressed" swapped="no"/>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSeparatorMenuItem">
|
||||
<property name="visible">True</property>
|
||||
|
Reference in New Issue
Block a user