mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-30 16:28:48 +00:00
TextEditor: Add back lost "Save as..." action.
This commit is contained in:
parent
68c20e50da
commit
eda272eec8
Notes:
sideshowbarker
2024-07-19 13:01:23 +09:00
Author: https://github.com/awesomekling
Commit: eda272eec8
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ TextEditorWidget::TextEditorWidget()
|
|||
file_menu->add_action(*m_new_action);
|
||||
file_menu->add_action(*m_open_action);
|
||||
file_menu->add_action(*m_save_action);
|
||||
file_menu->add_action(*m_save_as_action);
|
||||
menubar->add_menu(move(file_menu));
|
||||
|
||||
auto edit_menu = make<GMenu>("Edit");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue