diff --git a/src/Ryujinx/UI/Applet/ProfileSelectorDialog.axaml b/src/Ryujinx/UI/Applet/ProfileSelectorDialog.axaml
index f76ef150b..5700d6ed5 100644
--- a/src/Ryujinx/UI/Applet/ProfileSelectorDialog.axaml
+++ b/src/Ryujinx/UI/Applet/ProfileSelectorDialog.axaml
@@ -17,7 +17,7 @@
-
+
+ Icon="{ext:Icon fa-solid fa-play}" />
+ CommandParameter="{Binding}"
+ IsVisible="{Binding !SelectedApplication.HasIndependentConfiguration}"
+ Header="{ext:Locale GameListContextMenuCreateCustomConfiguration}"
+ Icon="{ext:Icon fa-solid fa-gear}"
+ ToolTip.Tip="{ext:Locale CreateCustomConfigurationToolTip}" />
@@ -104,8 +104,8 @@
Command="{Binding TrimXci}"
CommandParameter="{Binding}"
Header="{ext:Locale GameListContextMenuTrimXCI}"
- IsEnabled="{Binding TrimXCIEnabled}"
Icon="{ext:Icon fa-solid fa-scissors}"
+ IsEnabled="{Binding TrimXCIEnabled}"
ToolTip.Tip="{ext:Locale GameListContextMenuTrimXCIToolTip}" />