We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05bc96 commit 070d8b6Copy full SHA for 070d8b6
src/windows/component.rs
@@ -66,7 +66,7 @@ impl ComponentInner {
66
}
67
68
pub(crate) fn id(&self) -> Option<&str> {
69
- None
+ Some(&self.label)
70
71
72
pub(crate) fn refresh(&mut self) {
0 commit comments