forked from Silverfish/proton-bridge
GODT-1832: explicitly set the in app icon [skip-ci]
This commit is contained in:
@ -66,6 +66,7 @@
|
||||
<file>qml/icons/systray-mono-update.png</file>
|
||||
<file>qml/icons/systray-mono-warn.png</file>
|
||||
<file>qml/icons/systray.svg</file>
|
||||
<file alias="bridge.svg">../../../../dist/bridge.svg</file>
|
||||
<file>qml/KeychainSettings.qml</file>
|
||||
<file>qml/LocalCacheSettings.qml</file>
|
||||
<file>qml/MainWindow.qml</file>
|
||||
|
||||
@ -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