mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-27 09:10:05 +02:00
UI: Only show DLC RomFS button under Extract Data when DLCs are available.
Also convert the constructor of DlcSelectViewModel to expect a normal title id and not one already converted to the base ID.
This commit is contained in:
committed by
KeatonTheBot
parent
2471bb8ede
commit
d3bce3f361
@@ -98,6 +98,7 @@
|
||||
Header="{locale:Locale GameListContextMenuExtractDataRomFS}"
|
||||
ToolTip.Tip="{locale:Locale GameListContextMenuExtractDataRomFSToolTip}" />
|
||||
<MenuItem
|
||||
IsVisible="{Binding HasDlc}"
|
||||
Click="ExtractAocRomFs_Click"
|
||||
Header="{locale:Locale GameListContextMenuExtractDataAocRomFS}"
|
||||
ToolTip.Tip="{locale:Locale GameListContextMenuExtractDataAocRomFSToolTip}" />
|
||||
|
||||
Reference in New Issue
Block a user