mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
Bring dialog boxes in the front when qbt doesn't have focus.
Code inspired by glassez patch.
This commit is contained in:
@@ -107,7 +107,8 @@ HEADERS += misc.h \
|
||||
scannedfoldersmodel.h \
|
||||
qinisettings.h \
|
||||
smtp.h \
|
||||
dnsupdater.h
|
||||
dnsupdater.h \
|
||||
messageboxraised.h
|
||||
|
||||
|
||||
SOURCES += main.cpp \
|
||||
@@ -116,7 +117,8 @@ SOURCES += main.cpp \
|
||||
misc.cpp \
|
||||
fs_utils.cpp \
|
||||
smtp.cpp \
|
||||
dnsupdater.cpp
|
||||
dnsupdater.cpp \
|
||||
messageboxraised.cpp
|
||||
|
||||
nox {
|
||||
HEADERS += headlessloader.h
|
||||
|
||||
Reference in New Issue
Block a user