mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 20:40:18 +00:00
12 lines
109 B
C++
12 lines
109 B
C++
|
#include "StatusWindow.h"
|
||
|
|
||
|
void StatusWindow::removeTitleBar()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
void StatusWindow::showTitleBar()
|
||
|
{
|
||
|
|
||
|
}
|