mirror of
https://codeberg.org/waydeer/layer-shika.git
synced 2025-11-04 20:54:23 +00:00
fix: remove useless component show
This commit is contained in:
parent
ccea07b751
commit
f6b98aa41a
1 changed files with 0 additions and 6 deletions
|
|
@ -224,12 +224,6 @@ impl RuntimeState<'_> {
|
||||||
})
|
})
|
||||||
})?;
|
})?;
|
||||||
|
|
||||||
temp_instance.show().map_err(|e| {
|
|
||||||
Error::Domain(DomainError::Configuration {
|
|
||||||
message: format!("Failed to show temporary popup instance: {}", e),
|
|
||||||
})
|
|
||||||
})?;
|
|
||||||
|
|
||||||
let width: f32 = temp_instance
|
let width: f32 = temp_instance
|
||||||
.get_property("popup-width")
|
.get_property("popup-width")
|
||||||
.ok()
|
.ok()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue