mirror of
https://github.com/tnodir/fort
synced 2024-11-15 08:35:08 +00:00
Update program's icon.
This commit is contained in:
parent
8ca9ff45b0
commit
ada5b3dc6f
@ -11,9 +11,10 @@
|
||||
"${QTPATH}/bin/Qt5Widgets.dll"
|
||||
],
|
||||
"fort": [
|
||||
"${ROOT}/ChangeLog",
|
||||
"${BUILD}/FortFirewall.exe",
|
||||
"${ROOT}/ChangeLog",
|
||||
"${ROOT}/src/scripts | *.qs Readme.txt |",
|
||||
"${ROOT}/src/ui/FortFirewall.ico",
|
||||
"${ROOT}/src/ui/i18n | *.qm |"
|
||||
]
|
||||
},
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 894 B After Width: | Height: | Size: 28 KiB |
@ -28,6 +28,7 @@
|
||||
<file>images/resultset_previous.png</file>
|
||||
<file>images/run.png</file>
|
||||
<file>images/shield.png</file>
|
||||
<file>images/sheild-96.png</file>
|
||||
<file>images/textfield_rename.png</file>
|
||||
<file>images/tick.png</file>
|
||||
<file>images/world.png</file>
|
||||
|
@ -196,7 +196,7 @@ void FortManager::setupTranslationManager()
|
||||
void FortManager::setupTrayIcon()
|
||||
{
|
||||
m_trayIcon->setToolTip(QGuiApplication::applicationDisplayName());
|
||||
m_trayIcon->setIcon(QIcon(":/images/shield.png"));
|
||||
m_trayIcon->setIcon(QIcon(":/images/sheild-96.png"));
|
||||
|
||||
connect(m_trayIcon, &QSystemTrayIcon::activated, this,
|
||||
[this](QSystemTrayIcon::ActivationReason reason) {
|
||||
|
BIN
src/ui/images/sheild-96.png
Normal file
BIN
src/ui/images/sheild-96.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
Loading…
Reference in New Issue
Block a user