mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-18 16:17:03 +00:00
GODT-1832: explicitly set the in app icon [skip-ci]
This commit is contained in:
@ -71,6 +71,7 @@ void initQtApplication()
|
||||
QGuiApplication::setOrganizationName(PROJECT_VENDOR);
|
||||
QGuiApplication::setOrganizationDomain("proton.ch");
|
||||
QGuiApplication::setQuitOnLastWindowClosed(false);
|
||||
QGuiApplication::setWindowIcon(QIcon(":bridge.svg"));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user