mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fix static building on windows, add resource files (closes #1163)
This commit is contained in:
@@ -449,7 +449,7 @@ void MainWindow::createTrayIcon() {
|
||||
}
|
||||
|
||||
void MainWindow::setIcon() {
|
||||
QIcon icon(":/images/icon.png");
|
||||
QIcon icon(":icons/mask");
|
||||
trayIcon->setIcon(icon);
|
||||
setWindowIcon(icon);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user