mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-18 21:51:29 +03:00
feat: --cm hide task bar
This commit is contained in:
@@ -36,7 +36,8 @@ class Win32Window {
|
||||
// true if the window was created successfully.
|
||||
bool CreateAndShow(const std::wstring& title,
|
||||
const Point& origin,
|
||||
const Size& size);
|
||||
const Size& size,
|
||||
bool showOnTaskBar = true);
|
||||
|
||||
// Release OS resources associated with window.
|
||||
void Destroy();
|
||||
|
||||
Reference in New Issue
Block a user