Skip to content

Commit

Permalink
More unnecessary remove class
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Dec 21, 2023
1 parent 669748c commit 5276f82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Views/FirmwareView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@ public class About.FirmwareView : Granite.SimpleSettingsPage {
description = _("Do not unplug the device during the update."),
icon = new ThemedIcon ("emblem-synchronized")
};
progress_alert_view.get_style_context ().remove_class (Granite.STYLE_CLASS_VIEW);

placeholder_alert_view = new Granite.Placeholder (_("Checking for Updates")) {
description = _("Connecting to the firmware service and searching for updates."),
icon = new ThemedIcon ("sync-synchronizing")
};
placeholder_alert_view.get_style_context ().remove_class (Granite.STYLE_CLASS_VIEW);

update_list = new Gtk.ListBox () {
vexpand = true,
Expand Down

0 comments on commit 5276f82

Please sign in to comment.