Skip to content

Linux message dialogues displaying "All updates are complete" #185

@melody-rs

Description

@melody-rs

In my program, I'm creating a messagebox to display a backtrace from another language. This backtrace happens to contain "<top>" in it. Any messagebox description that contains the characters "`<" (in that order) is replaced with "All updates are complete."

Example:

    rfd::MessageDialog::new()
        .set_buttons(rfd::MessageButtons::Ok)
        .set_description("`<")
        .set_title("Sapphire")
        .show();

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions