mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-24 09:10:06 +02:00
Basic custom settings functionality
Co-authored-by: KeatonTheBot <keaton@ryujinx.app>
This commit is contained in:
committed by
KeatonTheBot
co-authored by
KeatonTheBot
parent
e07f333a31
commit
db35be690f
@@ -42,6 +42,10 @@
|
||||
Click="OpenDownloadableContentManager_Click"
|
||||
Header="{locale:Locale GameListContextMenuManageDlc}"
|
||||
ToolTip.Tip="{locale:Locale GameListContextMenuManageDlcToolTip}" />
|
||||
<MenuItem
|
||||
Click="OpenCustomSettingsManager_Click"
|
||||
Header="{locale:Locale GameListContextMenuManageCustomSettings}"
|
||||
ToolTip.Tip="{locale:Locale GameListContextMenuManageCustomSettingsToolTip}" />
|
||||
<MenuItem
|
||||
Click="OpenCheatManager_Click"
|
||||
Header="{locale:Locale GameListContextMenuManageCheat}"
|
||||
@@ -51,6 +55,10 @@
|
||||
Header="{locale:Locale GameListContextMenuManageMod}"
|
||||
ToolTip.Tip="{locale:Locale GameListContextMenuManageModToolTip}" />
|
||||
<Separator />
|
||||
<MenuItem
|
||||
Click="OpenCustomSettings_Click"
|
||||
Header="{locale:Locale GameListContextMenuCustomSettingsOpen}"
|
||||
ToolTip.Tip="{locale:Locale GameListContextMenuCustomSettingsOpenToolTip}" />
|
||||
<MenuItem
|
||||
Click="OpenModsDirectory_Click"
|
||||
Header="{locale:Locale GameListContextMenuOpenModsDirectory}"
|
||||
|
||||
Reference in New Issue
Block a user