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:
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) {
|
||||
*self.current_widget.borrow_mut() = None;
|
||||
self.window.hide();
|
||||
|
|
Loading…
Add table
Reference in a new issue