Skip to content

Commit

Permalink
fix: upower module should display correctly for vertical bars
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaireNeveu committed Apr 6, 2024
1 parent dcb5036 commit f50a65e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/upower.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ impl Module<gtk::Button> for UpowerModule {
try_send!(tx, ModuleUpdateEvent::TogglePopup(button.popup_id()));
});

label.set_angle(info.bar_position.get_angle());
let format = self.format.clone();

let rx = context.subscribe();
Expand Down

0 comments on commit f50a65e

Please sign in to comment.