mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 18:51:04 +02:00
chore: correct comment
This commit is contained in:
parent
bfdd62a321
commit
eaaa937be8
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ impl Popup {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Hides the popover
|
/// Hides the popup
|
||||||
pub fn hide(&self) {
|
pub fn hide(&self) {
|
||||||
*self.current_widget.borrow_mut() = None;
|
*self.current_widget.borrow_mut() = None;
|
||||||
self.window.hide();
|
self.window.hide();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue