1
1
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:
Xpl0itR
2020-09-20 05:31:05 +01:00
committed by GitHub
parent 31a84eedcb
commit d0e36b7b19
4 changed files with 26 additions and 33 deletions

View File

@@ -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>