mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
add missing windows specific constraint
This commit is contained in:
parent
5b2bc3cc6a
commit
551630c3a6
@ -241,6 +241,7 @@ impl TextStyle {
|
||||
bold: None,
|
||||
italic: None,
|
||||
});
|
||||
#[cfg(windows)]
|
||||
font.push(FontAttributes {
|
||||
family: "Segoe UI Symbol".into(),
|
||||
bold: None,
|
||||
|
Loading…
Reference in New Issue
Block a user