mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 21:05:07 +00:00
HackStudio: Make the title bar say "Hack Studio" too..
This commit is contained in:
parent
737504464a
commit
32c319ba81
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ int main(int argc, char** argv)
|
|||
|
||||
s_hack_studio_widget = s_window->set_main_widget<HackStudioWidget>(project_path);
|
||||
|
||||
s_window->set_title(String::formatted("{} - HackStudio", s_hack_studio_widget->project().name()));
|
||||
s_window->set_title(String::formatted("{} - Hack Studio", s_hack_studio_widget->project().name()));
|
||||
|
||||
auto menubar = GUI::MenuBar::construct();
|
||||
s_hack_studio_widget->initialize_menubar(menubar);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue