From 2970e56324f7669cc76d92e220286e4d66785c0b Mon Sep 17 00:00:00 2001 From: "Nagy Tam?s (T-bond)" Date: Fri, 3 Apr 2020 23:18:17 +0200 Subject: [PATCH] * Fixed Exit action on system tray icon --- qt/OpenRGBDialog2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/qt/OpenRGBDialog2.cpp b/qt/OpenRGBDialog2.cpp index ee822ebe..fa653384 100644 --- a/qt/OpenRGBDialog2.cpp +++ b/qt/OpenRGBDialog2.cpp @@ -275,6 +275,7 @@ void OpenRGBDialog2::RefreshProfileList() void OpenRGBDialog2::on_Exit() { + trayIcon->hide(); close(); }