mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:37:45 +00:00
FileManager: Remove extra semicolon added by mistake.
This commit is contained in:
parent
3b3233aaf0
commit
5735fb47f3
1 changed files with 0 additions and 1 deletions
|
@ -926,7 +926,6 @@ int run_in_windowed_mode(RefPtr<Core::ConfigFile> config, String initial_locatio
|
|||
if (!target_node.is_directory())
|
||||
return;
|
||||
copy_urls_to_directory(event.mime_data().urls(), target_node.full_path());
|
||||
;
|
||||
};
|
||||
|
||||
directory_view.open(initial_location);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue