mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Use Controller::account in MainWindow.
This commit is contained in:
@@ -265,7 +265,7 @@ void MainWindow::psSetupTrayIcon() {
|
||||
QByteArray path = QFile::encodeName(iconFile.absoluteFilePath());
|
||||
icon = QIcon(path.constData());
|
||||
} else {
|
||||
icon = Window::CreateIcon();
|
||||
icon = Window::CreateIcon(&account());
|
||||
}
|
||||
trayIcon->setIcon(icon);
|
||||
|
||||
|
Reference in New Issue
Block a user