From eb91c899c655ee0b7986ed7547efa64a2af21095 Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Sun, 13 Feb 2022 00:35:46 +0600 Subject: [PATCH] qt: Group with the manager on taskbar on settings mode --- src/qt/qt_main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/qt/qt_main.cpp b/src/qt/qt_main.cpp index a3074bc2d..d9d667c9e 100644 --- a/src/qt/qt_main.cpp +++ b/src/qt/qt_main.cpp @@ -43,6 +43,7 @@ Q_IMPORT_PLUGIN(QWindowsVistaStylePlugin) #include "qt_winrawinputfilter.hpp" #include "qt_winmanagerfilter.hpp" #include <86box/win.h> +#include #endif extern "C" @@ -165,6 +166,7 @@ int main(int argc, char* argv[]) { auto font_name = QObject::tr("FONT_NAME"); auto font_size = QObject::tr("FONT_SIZE"); QApplication::setFont(QFont(font_name, font_size.toInt())); + SetCurrentProcessExplicitAppUserModelID(L"86Box.86Box"); #endif if (! pc_init_modules()) { ui_msgbox_header(MBX_FATAL, (void*)IDS_2120, (void*)IDS_2056);