diff --git a/SoundSwitch/Properties/Resources.Designer.cs b/SoundSwitch/Properties/Resources.Designer.cs
index 051d41191d..5409fbac03 100644
--- a/SoundSwitch/Properties/Resources.Designer.cs
+++ b/SoundSwitch/Properties/Resources.Designer.cs
@@ -209,6 +209,36 @@ internal static System.Drawing.Icon profile {
}
}
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap profile_menu_add {
+ get {
+ object obj = ResourceManager.GetObject("profile-menu-add", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap profile_menu_delete {
+ get {
+ object obj = ResourceManager.GetObject("profile-menu-delete", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap profile_menu_edit {
+ get {
+ object obj = ResourceManager.GetObject("profile-menu-edit", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
diff --git a/SoundSwitch/Properties/Resources.resx b/SoundSwitch/Properties/Resources.resx
index f5cc769c55..68ff303ff0 100644
--- a/SoundSwitch/Properties/Resources.resx
+++ b/SoundSwitch/Properties/Resources.resx
@@ -193,4 +193,13 @@
..\Resources\user-circle-solid-profile.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\user-plus-solid.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\user-edit-solid.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\user-times-solid.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
\ No newline at end of file
diff --git a/SoundSwitch/Resources/user-edit-solid.png b/SoundSwitch/Resources/user-edit-solid.png
new file mode 100644
index 0000000000..331a838232
Binary files /dev/null and b/SoundSwitch/Resources/user-edit-solid.png differ
diff --git a/SoundSwitch/Resources/user-plus-solid.png b/SoundSwitch/Resources/user-plus-solid.png
new file mode 100644
index 0000000000..7301ced1e4
Binary files /dev/null and b/SoundSwitch/Resources/user-plus-solid.png differ
diff --git a/SoundSwitch/Resources/user-times-solid.png b/SoundSwitch/Resources/user-times-solid.png
new file mode 100644
index 0000000000..326923d3d7
Binary files /dev/null and b/SoundSwitch/Resources/user-times-solid.png differ
diff --git a/SoundSwitch/UI/Forms/Settings.cs b/SoundSwitch/UI/Forms/Settings.cs
index 8f926e27c9..26ff5c40cd 100644
--- a/SoundSwitch/UI/Forms/Settings.cs
+++ b/SoundSwitch/UI/Forms/Settings.cs
@@ -338,6 +338,10 @@ private void LocalizeForm()
closeButton.Text = SettingsStrings.close;
toggleMuteLabel.Text = SettingsStrings.mute_toggle_label;
muteHotKeyCheckbox.Text = SettingsStrings.hotkeyEnabled;
+
+ addProfileButton.Image = Resources.profile_menu_add;
+ editProfileButton.Image = Resources.profile_menu_edit;
+ deleteProfileButton.Image = Resources.profile_menu_delete;
}
diff --git a/SoundSwitch/UI/Forms/Settings.resx b/SoundSwitch/UI/Forms/Settings.resx
index f298a7be80..774ae44454 100644
--- a/SoundSwitch/UI/Forms/Settings.resx
+++ b/SoundSwitch/UI/Forms/Settings.resx
@@ -1,4 +1,64 @@
-
+
+
+
@@ -52,9 +112,9 @@
2.0
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
\ No newline at end of file