From 63cd6a71d1b6ac7293e26fbd8a24e5f71b6852f0 Mon Sep 17 00:00:00 2001 From: krivoshein Date: Fri, 5 Dec 2025 10:29:08 +0300 Subject: [PATCH] refact --- TrayServerLMS/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrayServerLMS/mainwindow.cpp b/TrayServerLMS/mainwindow.cpp index a1740dc..cf2f97a 100644 --- a/TrayServerLMS/mainwindow.cpp +++ b/TrayServerLMS/mainwindow.cpp @@ -38,7 +38,7 @@ MainWindow::MainWindow(QWidget *parent) : * */ trayIcon = new QSystemTrayIcon(this); //trayIcon->setIcon(this->style()->standardIcon(QStyle::SP_ComputerIcon)); - trayIcon->setIcon(QPixmap(":/resources/database-management.png")); + trayIcon->setIcon(QPixmap(":/resources/PngServerRRJ.png")); /* После чего создаем контекстное меню для иконки трея*/ trayMenu = new QMenu(this);