Skip to content

Commit

Permalink
UserName.MenuApplet: Add window title.
Browse files Browse the repository at this point in the history
  • Loading branch information
asliturk authored and awesomekling committed Feb 10, 2020
1 parent 3713d31 commit fcee507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MenuApplets/UserName/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit fcee507

Please sign in to comment.