wayland/display: Don't force HighContrast icon theme

The theme is considered deprecated in favor of symbolic icons from
the regular theme.
This commit is contained in:
Florian Müllner 2022-06-07 19:30:10 +02:00
parent 5abaee4f02
commit c3706ea9ec

View File

@ -2169,8 +2169,7 @@ gdk_wayland_display_get_setting (GdkDisplay *display,
{
if (strcmp (name, "gtk-decoration-layout") == 0)
set_decoration_layout_from_entry (display, entry, value);
else if (strcmp (name, "gtk-theme-name") == 0 ||
strcmp (name, "gtk-icon-theme-name") == 0)
else if (strcmp (name, "gtk-theme-name") == 0)
set_theme_from_entry (display, entry, value);
else
set_value_from_entry (display, entry, value);