mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 03:37:49 +02:00
fix static building on windows, add resource files (closes #1163)
This commit is contained in:
parent
a2b3ee53e0
commit
396cba7339
6 changed files with 40 additions and 5 deletions
|
@ -449,7 +449,7 @@ void MainWindow::createTrayIcon() {
|
|||
}
|
||||
|
||||
void MainWindow::setIcon() {
|
||||
QIcon icon(":/images/icon.png");
|
||||
QIcon icon(":icons/mask");
|
||||
trayIcon->setIcon(icon);
|
||||
setWindowIcon(icon);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue