1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 11:24:24 +02:00

fix: upower module should display correctly for vertical bars

This commit is contained in:
Claire Neveu 2024-04-06 10:42:21 -04:00
parent dcb5036964
commit f50a65eab5

View file

@ -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();