add comment about gear font
This commit is contained in:
parent
e46040d616
commit
36e31fdbc7
@ -465,7 +465,7 @@ impl MathApp {
|
|||||||
);
|
);
|
||||||
|
|
||||||
function.settings_opened.bitxor_assign(
|
function.settings_opened.bitxor_assign(
|
||||||
ui.add(Button::new("⚙"))
|
ui.add(Button::new("⚙")) // fix gear icon
|
||||||
.on_hover_text(match function.settings_opened {
|
.on_hover_text(match function.settings_opened {
|
||||||
true => "Close Settings",
|
true => "Close Settings",
|
||||||
false => "Open Settings",
|
false => "Open Settings",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user