mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:07:46 +00:00
ClipboardHistory: Always place the applet at the same location :^)
This commit is contained in:
parent
21cfa9acd4
commit
ff4eaa12b4
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ int main(int argc, char* argv[])
|
|||
};
|
||||
|
||||
auto applet_window = GUI::Window::construct();
|
||||
applet_window->set_title("Clipboard history");
|
||||
applet_window->set_title("ClipboardHistory");
|
||||
applet_window->set_window_type(GUI::WindowType::MenuApplet);
|
||||
auto& icon = applet_window->set_main_widget<IconWidget>();
|
||||
icon.on_click = [&main_window = *main_window] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue