Use ⚠ instead of ‼ in "Debug build" warning
The latter is not supported by the default fonts
This commit is contained in:
parent
7b8c17042c
commit
aebec6329a
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ pub use {
|
|||
pub fn warn_if_debug_build(ui: &mut crate::Ui) {
|
||||
if cfg!(debug_assertions) {
|
||||
ui.label(
|
||||
RichText::new("‼ Debug build ‼")
|
||||
RichText::new("⚠ Debug build ⚠")
|
||||
.small()
|
||||
.color(ui.visuals().warn_fg_color),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue