Skip to content

Commit

Permalink
Remove redundant style class
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Sep 6, 2024
1 parent 83a6147 commit 48642eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Widgets/SettingsPopover.vala
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public sealed class Terminal.SettingsPopover : Gtk.Popover {
var custom_button = add_theme_button (Themes.CUSTOM, out custom_button_provider);
custom_button.tooltip_text = _("Custom");
custom_button.group = hc_button;
custom_button.get_style_context ().add_class ("color-custom");

update_active_colorbutton (dark_button, Application.settings.get_string ("theme"));

Expand Down

0 comments on commit 48642eb

Please sign in to comment.