Skip to content

Commit

Permalink
Audio.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 aadcc9c commit e5e162f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MenuApplets/Audio/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ int main(int argc, char** argv)

auto window = GUI::Window::construct();
window->set_has_alpha_channel(true);
window->set_title("Audio");
window->set_window_type(GUI::WindowType::MenuApplet);
window->resize(12, 16);

Expand Down

0 comments on commit e5e162f

Please sign in to comment.