[Solved] Why do code blocks not have a copy button?

If you look at any post on URLO and mouse over a code-block, you can see a little copy icon in the top right corner. (On mobile it’s always visible.)

Screenshot from URLO:
Screenshot_20210326_153531

However here on IRLO, this doesn’t seem to be the case. Is that some setting that can be changed?

pub fn example_code_block() {
    println!("Hello, straightforward code copying‽");
}
4 Likes

Yup, there's a setting for it, and I've enabled it here.

16 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.