1
Fork 0
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:
Andreas Kling 2019-03-10 03:16:27 +01:00
parent 8175d75432
commit 64237c5028
2 changed files with 28 additions and 5 deletions

View file

@ -172,6 +172,8 @@ private:
WSWindowSwitcher m_switcher;
CircularQueue<float, 30> m_cpu_history;
String m_username;
};
template<typename Callback>