aboutsummaryrefslogtreecommitdiff
path: root/src/courtroom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/courtroom.cpp')
-rw-r--r--src/courtroom.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index 8402b8e8..ca1b810f 100644
--- a/src/courtroom.cpp
+++ b/src/courtroom.cpp
@@ -12,6 +12,7 @@ Courtroom::Courtroom(AOApplication *p_ao_app)
: QMainWindow()
, ao_app{p_ao_app}
{
+ setWindowIcon(QIcon(":/data/logo-client.png"));
setWindowFlags((this->windowFlags() | Qt::CustomizeWindowHint) & ~Qt::WindowMaximizeButtonHint);
setObjectName("courtroom");