add comment about gear font
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user