aboutsummaryrefslogtreecommitdiff
path: root/xT/xT.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xT/xT.cpp')
-rw-r--r--xT/xT.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xT/xT.cpp b/xT/xT.cpp
index 0f6de57..f84c87c 100644
--- a/xT/xT.cpp
+++ b/xT/xT.cpp
@@ -1421,6 +1421,7 @@ static void
build_main_window()
{
g.wMain = new QMainWindow;
+ refresh_icon();
auto central = new QWidget(g.wMain);
auto vbox = new QVBoxLayout(central);