fix: remove typo

This commit is contained in:
Ashley Wulber 2022-12-05 14:27:56 -05:00
parent 93fa346bd8
commit 90d2e7b2bd
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -174,7 +174,6 @@ impl Application for CosmicBatteryApplet {
let mut popup_settings =
get_popup_settings(window::Id::new(0), new_id, (400, 240), None, None);
popup_settings.positioner.anchor_rect.x = 200;
return get_popup(popup_settings);
}
}