1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-09-18 23:06:17 +00:00

Ladybird: Add "Open File..." to menu

This commit is contained in:
Xexxa 2023-05-25 23:47:12 +02:00 committed by Linus Groh
parent e8af912e30
commit 5f39a3f911
4 changed files with 21 additions and 0 deletions

View file

@ -76,6 +76,7 @@ public slots:
void close_current_tab();
void open_next_tab();
void open_previous_tab();
void open_file();
void enable_auto_color_scheme();
void enable_light_color_scheme();
void enable_dark_color_scheme();