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

chore: correct comment

This commit is contained in:
Jake Stanger 2024-03-30 23:17:23 +00:00
parent bfdd62a321
commit eaaa937be8
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -216,7 +216,7 @@ impl Popup {
}
}
/// Hides the popover
/// Hides the popup
pub fn hide(&self) {
*self.current_widget.borrow_mut() = None;
self.window.hide();