mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
UserName.MenuApplet: Add window title.
This commit is contained in:
parent
3713d31750
commit
fcee5075e9
Notes:
sideshowbarker
2024-07-19 09:28:11 +09:00
Author: https://github.com/asliturk Commit: https://github.com/SerenityOS/serenity/commit/fcee5075e9e Pull-request: https://github.com/SerenityOS/serenity/pull/1202
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ int main(int argc, char** argv)
|
|||
GUI::Application app(argc, argv);
|
||||
|
||||
auto window = GUI::Window::construct();
|
||||
window->set_title("UserName");
|
||||
window->set_window_type(GUI::WindowType::MenuApplet);
|
||||
|
||||
auto widget = UserNameWidget::construct();
|
||||
|
|
Loading…
Reference in a new issue