mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
FileManager: Unbreak build after "select all" changes
This commit is contained in:
parent
6192467de9
commit
3f3169c225
Notes:
sideshowbarker
2024-07-19 10:17:40 +09:00
Author: https://github.com/awesomekling
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&) {
|
||||
directory_view->current_view.select_all();
|
||||
directory_view->current_view().select_all();
|
||||
});
|
||||
|
||||
auto copy_action = GCommonActions::make_copy_action([&](const GAction& action) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue