mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 17:44:30 +00:00
parent
672fc76832
commit
613deb6421
1 changed files with 3 additions and 3 deletions
|
@ -1215,7 +1215,7 @@ impl PlatformWindow for X11Window {
|
|||
title.as_bytes(),
|
||||
),
|
||||
)
|
||||
.unwrap();
|
||||
.log_err();
|
||||
|
||||
check_reply(
|
||||
|| "X11 ChangeProperty8 on _NET_WM_NAME failed.",
|
||||
|
@ -1227,8 +1227,8 @@ impl PlatformWindow for X11Window {
|
|||
title.as_bytes(),
|
||||
),
|
||||
)
|
||||
.unwrap();
|
||||
self.flush().unwrap();
|
||||
.log_err();
|
||||
self.flush().log_err();
|
||||
}
|
||||
|
||||
fn set_app_id(&mut self, app_id: &str) {
|
||||
|
|
Loading…
Reference in a new issue