Forgot subtitle
This commit is contained in:
parent
28c280556a
commit
5837dde564
|
@ -214,7 +214,7 @@ impl<T> Window<T> {
|
||||||
|
|
||||||
unsafe {
|
unsafe {
|
||||||
let subtitle = NSString::new(subtitle);
|
let subtitle = NSString::new(subtitle);
|
||||||
let _: () = msg_send![&*self.objc, setTitle: title];
|
let _: () = msg_send![&*self.objc, setSubtitle: subtitle];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue