mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 06:32:35 -04:00
Darken FileMan button colors for visibility (#2010)
This commit is contained in:
parent
c1bf2620c7
commit
c5f73cf8f4
2 changed files with 6 additions and 6 deletions
|
@ -694,7 +694,7 @@ FileManagerView::FileManagerView(
|
|||
|
||||
button_show_hidden_files.on_select = [this]() {
|
||||
show_hidden_files = !show_hidden_files;
|
||||
button_show_hidden_files.set_color(show_hidden_files ? Color::green() : Color::dark_grey());
|
||||
button_show_hidden_files.set_color(show_hidden_files ? Color::dark_green() : Color::dark_grey());
|
||||
reload_current();
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue