mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 18:57:42 +00:00
FileManager: Unbreak build after "select all" changes
This commit is contained in:
parent
6192467de9
commit
3f3169c225
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ int main(int argc, char** argv)
|
||||||
};
|
};
|
||||||
|
|
||||||
auto select_all_action = GAction::create("Select all", { Mod_Ctrl, KeyCode::Key_A }, [&](const GAction&) {
|
auto select_all_action = GAction::create("Select all", { Mod_Ctrl, KeyCode::Key_A }, [&](const GAction&) {
|
||||||
directory_view->current_view.select_all();
|
directory_view->current_view().select_all();
|
||||||
});
|
});
|
||||||
|
|
||||||
auto copy_action = GCommonActions::make_copy_action([&](const GAction& action) {
|
auto copy_action = GCommonActions::make_copy_action([&](const GAction& action) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue