Remove manual migration button

This commit is contained in:
Alex Barney 2019-12-24 17:43:07 -07:00
parent 3e786baf61
commit fd3df0e6c3
2 changed files with 0 additions and 23 deletions

View file

@ -589,13 +589,6 @@ namespace Ryujinx.Ui
}
}
private void Migration_Pressed(object o, EventArgs args)
{
Migration migration = new Migration(_device);
migration.Migrate();
}
private void About_Pressed(object sender, EventArgs args)
{
AboutWindow aboutWin = new AboutWindow();

View file

@ -263,22 +263,6 @@
<property name="can_focus">False</property>
<property name="label" translatable="yes">Tools</property>
<property name="use_underline">True</property>
<child type="submenu">
<object class="GtkMenu">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<object class="GtkMenuItem" id="DoMigration">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Migrate files from an old layout</property>
<property name="label" translatable="yes">Migrate Files</property>
<property name="use_underline">True</property>
<signal name="activate" handler="Migration_Pressed" swapped="no"/>
</object>
</child>
</object>
</child>
</object>
</child>
<child>