mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 14:51:04 +02:00
refactor(popup): rename is_visible
to visible
This commit is contained in:
parent
6b8e8743dd
commit
dedb89bb02
2 changed files with 3 additions and 3 deletions
|
@ -229,7 +229,7 @@ impl Popup {
|
|||
}
|
||||
|
||||
/// Checks if the popup is currently visible
|
||||
pub fn is_visible(&self) -> bool {
|
||||
pub fn visible(&self) -> bool {
|
||||
self.window.is_visible()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue