mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implement 'list-encodings' command in GUI.
This commit is contained in:
@@ -159,6 +159,11 @@ namespace DiscImageChef.Gui
|
||||
new dlgPlugins().ShowModal(this);
|
||||
}
|
||||
|
||||
protected void OnMenuEncodings(object sender, EventArgs e)
|
||||
{
|
||||
new dlgEncodings().ShowModal(this);
|
||||
}
|
||||
|
||||
#region XAML IDs
|
||||
TreeGridItem devicesRoot;
|
||||
GridView grdFiles;
|
||||
|
||||
Reference in New Issue
Block a user