mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
X11: Changed main window WM_CLASS to "QupZilla Browser"
This commit is contained in:
parent
5de4075a98
commit
e56a3a69f8
@ -154,7 +154,7 @@ QupZilla::QupZilla(Qz::BrowserWindow type, QUrl startUrl)
|
||||
|
||||
QTimer::singleShot(0, this, SLOT(postLaunch()));
|
||||
|
||||
QzTools::setWmClass("Browser", this);
|
||||
QzTools::setWmClass("QupZilla Browser", this);
|
||||
}
|
||||
|
||||
void QupZilla::openWithTab(WebTab* tab)
|
||||
|
Loading…
Reference in New Issue
Block a user