mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:57:35 +00:00
WindowServer: Show the username of the WindowServer owner in the menu.
This commit is contained in:
parent
8175d75432
commit
64237c5028
2 changed files with 28 additions and 5 deletions
|
@ -172,6 +172,8 @@ private:
|
|||
WSWindowSwitcher m_switcher;
|
||||
|
||||
CircularQueue<float, 30> m_cpu_history;
|
||||
|
||||
String m_username;
|
||||
};
|
||||
|
||||
template<typename Callback>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue