diff --git a/DS4Windows/DS4Control/ScpUtil.cs b/DS4Windows/DS4Control/ScpUtil.cs index 32d142876..c63aaa2ee 100644 --- a/DS4Windows/DS4Control/ScpUtil.cs +++ b/DS4Windows/DS4Control/ScpUtil.cs @@ -882,10 +882,10 @@ public static string getX360ControlString(X360Controls key, OutContType conType) public static Dictionary iconChoiceResources = new Dictionary { - [TrayIconChoice.Default] = "/DS4Windows;component/Resources/DS4W.ico", - [TrayIconChoice.Colored] = "/DS4Windows;component/Resources/DS4W.ico", - [TrayIconChoice.White] = "/DS4Windows;component/Resources/DS4W - White.ico", - [TrayIconChoice.Black] = "/DS4Windows;component/Resources/DS4W - Black.ico", + [TrayIconChoice.Default] = $"{Global.RESOURCES_PREFIX}/DS4W.ico", + [TrayIconChoice.Colored] = $"{Global.RESOURCES_PREFIX}/DS4W.ico", + [TrayIconChoice.White] = $"{Global.RESOURCES_PREFIX}/DS4W - White.ico", + [TrayIconChoice.Black] = $"{Global.RESOURCES_PREFIX}/DS4W - Black.ico", }; public static void SaveWhere(string path) diff --git a/DS4Windows/DS4Forms/BindingWindow.xaml b/DS4Windows/DS4Forms/BindingWindow.xaml index ee05ffdb9..011a8faee 100644 --- a/DS4Windows/DS4Forms/BindingWindow.xaml +++ b/DS4Windows/DS4Forms/BindingWindow.xaml @@ -12,6 +12,9 @@ mc:Ignorable="d" Title="Select action" Height="540" Width="1020" Closing="Window_Closing" Style="{DynamicResource WindowStyle}"> + + + @@ -122,7 +125,7 @@ - + - +