Skip to content

Commit

Permalink
ClipboardHistory: Always place the applet at the same location :^)
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed May 20, 2020
1 parent 21cfa9a commit ff4eaa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Base/etc/WindowServer/WindowServer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ DoubleClickSpeed=250
Mode=scaled

[Applet]
Order=Clock,Audio,CPUGraph,MemoryGraph,UserName
Order=Clock,ClipboardHistory,Audio,CPUGraph,MemoryGraph,UserName
2 changes: 1 addition & 1 deletion MenuApplets/ClipboardHistory/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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] {
Expand Down

0 comments on commit ff4eaa1

Please sign in to comment.